mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 14:57:35 +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
|
@ -1,7 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='cbonsai'
|
||||
version='1.3.1'
|
||||
files="https://gitlab.com/jallbrit/cbonsai/-/archive/v${version}/cbonsai-v${version}.tar cbonsai-v${version}.tar.bz2 686e4af58f8e44e09b689da6e9a98a404fc0a779da7c7da1a5403283e0e471d8"
|
||||
files=(
|
||||
"https://gitlab.com/jallbrit/cbonsai/-/archive/v${version}/cbonsai-v${version}.tar cbonsai-v${version}.tar.bz2 686e4af58f8e44e09b689da6e9a98a404fc0a779da7c7da1a5403283e0e471d8"
|
||||
)
|
||||
workdir="cbonsai-v${version}"
|
||||
makeopts+=(CC="${CC}")
|
||||
depends=("ncurses")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue