mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
9 lines
273 B
Bash
Executable file
9 lines
273 B
Bash
Executable file
#!/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#588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2"
|
|
)
|
|
configopts=("--prefix=/usr/local")
|