Files
AeroPkg/assets/var/gnu/xsel.md

11 lines
139 B
Markdown

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