add .pkgdata; add non-download packages

This commit is contained in:
2026-09-12 04:17:58 +03:00
parent 1c3a598881
commit 513d336a07
22 changed files with 186 additions and 83 deletions

15
assets/var/gnu/less.md Normal file
View File

@ -0,0 +1,15 @@
less
=
https://github.com/gwsw/less.git
``` sh *** build ***
make -f Makefile.aut distfiles
autoreconf -i
./configure --prefix=$pkgpath
make -j$(nproc)
make install
```
``` sh *** run deps ***
groff
```