gperf

Details
Source
FROM stagex/pallet-gcc-gnu-busybox AS build
ARG VERSION
ADD fetch/gperf-${VERSION}.tar.gz .
WORKDIR /gperf-${VERSION}
RUN --network=none <<EOF
	set -eux
	./configure
	make -j "$(nproc)"
	DESTDIR=/rootfs make install
EOF
FROM stagex/core-filesystem AS package
COPY --from=build /rootfs/ /