mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:47:34 +00:00
Ports: Make files
a proper array
This commit is contained in:
parent
3c2d846b94
commit
284fee9e77
311 changed files with 959 additions and 350 deletions
|
@ -3,4 +3,6 @@ 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"
|
||||
files=(
|
||||
"https://ftpmirror.gnu.org/gnu/bison/bison-${version}.tar.gz bison-${version}.tar.gz d5d184d421aee15603939973a6b0f372f908edfb24c5bc740697497021ad9458"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue