add .pkgdata

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

9
assets/var/gnu/groff.md Normal file
View File

@ -0,0 +1,9 @@
groff 1.24.1
=
https://ftp.gnu.org/gnu/groff/groff-1.24.1.tar.gz
``` sh *** build ***
./configure --prefix=$pkgpath
make -j$(nproc)
make install
```