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

15 lines
207 B
Markdown

texinfo 7.2
=
https://ftp.gnu.org/gnu/texinfo/texinfo-7.2.tar.xz
``` sh *** build ***
./configure --prefix=/pkg/gnu/texinfo
make -j$(nproc)
make install
```
``` cfg *** build deps ***
ncurses
perl
```