412 B
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