1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:07:36 +00:00

Ports: Add GNU gperf port

This commit is contained in:
Brendan Coles 2021-10-25 03:49:20 +00:00 committed by Brian Gianforcaro
parent 78bebb363b
commit 2876aebb32
2 changed files with 12 additions and 0 deletions

11
Ports/gperf/package.sh Executable file
View file

@ -0,0 +1,11 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=gperf
version=3.1
useconfigure="true"
depends=()
files="https://ftpmirror.gnu.org/gnu/gperf/gperf-${version}.tar.gz gperf-${version}.tar.gz
https://ftpmirror.gnu.org/gnu/gperf/gperf-${version}.tar.gz.sig gperf-${version}.tar.gz.sig
https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
auth_type="sig"
auth_opts=("--keyring" "./gnu-keyring.gpg" "gperf-${version}.tar.gz.sig")
configopts=("--prefix=/usr/local")