mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
f318ab6bed
Fixes #5710.
7 lines
279 B
Bash
Executable file
7 lines
279 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=bison
|
|
version=1.25
|
|
useconfigure=true
|
|
configopts="--prefix=${SERENITY_BUILD_DIR}/Root/usr/local"
|
|
files="https://ftp.gnu.org/gnu/bison/bison-${version}.tar.gz bison-${version}.tar.gz 65f577d0f8ffaf61ae21c23c0918d225"
|
|
auth_type="md5"
|