mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:57:35 +00:00
Ports: Add bison 1.25 (#5382)
bison -h works. Not tried with any grammar files
This commit is contained in:
parent
6e1117a688
commit
2d1cfa7d11
2 changed files with 8 additions and 0 deletions
7
Ports/bison/package.sh
Executable file
7
Ports/bison/package.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=bison
|
||||
version=1.25
|
||||
useconfigure=true
|
||||
configopts="--prefix=$SERENITY_ROOT/Build/Root/usr/local"
|
||||
files="https://ftp.gnu.org/gnu/bison/bison-${version}.tar.gz bison-${version}.tar.gz 65f577d0f8ffaf61ae21c23c0918d225"
|
||||
auth_type="md5"
|
Loading…
Add table
Add a link
Reference in a new issue