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

412 B

gptfdisk

https://git.code.sf.net/p/gptfdisk/code.git

sed -i 's/-lncursesw/-lncursesw -ltinfow/' Makefile
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/
popt