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

11 lines
139 B
Markdown
Raw Normal View History

2026-09-10 16:59:11 +03:00
xsel
=
https://github.com/kfish/xsel.git
``` sh *** build ***
./autogen.sh
./configure --prefix=$pkgpath
make -j$(nproc)
make install
```