mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-26 04:35:41 +03:00
7 lines
306 B
Bash
Executable File
7 lines
306 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 bison-${version}.tar.gz d5d184d421aee15603939973a6b0f372f908edfb24c5bc740697497021ad9458"
|