ladybird/Ports/gperf/package.sh

10 lines
273 B
Bash
Raw Normal View History

2021-10-25 03:49:20 +00:00
#!/usr/bin/env -S bash ../.port_include.sh
port=gperf
version=3.1
useconfigure="true"
depends=()
2023-07-10 11:10:29 +00:00
files=(
"https://ftpmirror.gnu.org/gnu/gperf/gperf-${version}.tar.gz#588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2"
2023-07-10 11:10:29 +00:00
)
2021-10-25 03:49:20 +00:00
configopts=("--prefix=/usr/local")