ladybird/Ports/bison/package.sh
2023-03-27 14:27:32 +01:00

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'