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
|
@ -3,7 +3,9 @@ port=jq
|
|||
version=1.6
|
||||
useconfigure=true
|
||||
configopts=("--with-oniguruma=builtin" "--disable-maintainer-mode")
|
||||
files="https://github.com/stedolan/jq/releases/download/jq-${version}/jq-${version}.tar.gz jq-${version}.tar.gz 5de8c8e29aaa3fb9cc6b47bb27299f271354ebb72514e3accadc7d38b5bbaa72"
|
||||
files=(
|
||||
"https://github.com/stedolan/jq/releases/download/jq-${version}/jq-${version}.tar.gz jq-${version}.tar.gz 5de8c8e29aaa3fb9cc6b47bb27299f271354ebb72514e3accadc7d38b5bbaa72"
|
||||
)
|
||||
makeopts=("LDFLAGS=-all-static")
|
||||
use_fresh_config_sub=true
|
||||
config_sub_paths=("config/config.sub" "modules/oniguruma/config.sub")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue