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

17 lines
192 B
Markdown
Raw Permalink 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
```
``` cfg *** build deps ***
libx11
libxcb
libxau
```