Files
AeroPkg/assets/var/gnu/gptfdisk.md
2026-07-22 04:29:56 +03:00

19 lines
412 B
Markdown

gptfdisk
=
https://git.code.sf.net/p/gptfdisk/code.git
``` sh *** patch ***
sed -i 's/-lncursesw/-lncursesw -ltinfow/' Makefile
```
``` sh *** build ***
make -j$(nproc)
install -d /pkg/gnu/gptfdisk/sbin /pkg/gnu/gptfdisk/share/man/man8 && \
install -m 0755 sgdisk fixparts gdisk cgdisk /pkg/gnu/gptfdisk/sbin/ && \
install -m 0644 *.8 /pkg/gnu/gptfdisk/share/man/man8/
```
``` cfg *** build deps ***
popt
```