mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 07:37:44 +00:00
7 lines
325 B
Bash
Executable file
7 lines
325 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"
|
|
auth_type='sha256'
|