mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-09 18:16:09 +03:00
9 lines
290 B
Bash
Executable File
9 lines
290 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='bison'
|
|
version='3.8'
|
|
useconfigure='true'
|
|
configopts=("--prefix=${SERENITY_INSTALL_ROOT}/usr/local")
|
|
files=(
|
|
"https://ftpmirror.gnu.org/gnu/bison/bison-${version}.tar.gz#d5d184d421aee15603939973a6b0f372f908edfb24c5bc740697497021ad9458"
|
|
)
|