mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-01 15:43:36 +03:00
8 lines
325 B
Bash
Executable File
8 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'
|