17 lines
192 B
Markdown
17 lines
192 B
Markdown
xsel
|
|
=
|
|
https://github.com/kfish/xsel.git
|
|
|
|
``` sh *** build ***
|
|
./autogen.sh
|
|
./configure --prefix=$pkgpath
|
|
make -j$(nproc)
|
|
make install
|
|
```
|
|
|
|
``` cfg *** build deps ***
|
|
libx11
|
|
libxcb
|
|
libxau
|
|
```
|