mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-05 01:55:21 +03:00
12 lines
468 B
Bash
12 lines
468 B
Bash
|
#!/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")
|