11 lines
139 B
Markdown
11 lines
139 B
Markdown
xsel
|
|
=
|
|
https://github.com/kfish/xsel.git
|
|
|
|
``` sh *** build ***
|
|
./autogen.sh
|
|
./configure --prefix=$pkgpath
|
|
make -j$(nproc)
|
|
make install
|
|
```
|