mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:57:34 +00:00
Ports/citron: Update formatting to be consistent with other ports
This commit is contained in:
parent
87d8a32f3d
commit
149ab91040
1 changed files with 10 additions and 6 deletions
|
@ -1,10 +1,14 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port=citron
|
port='citron'
|
||||||
version=0.0.9.3
|
version='0.0.9.3'
|
||||||
useconfigure=false
|
useconfigure='false'
|
||||||
depends=(sparsehash libffi pcre)
|
depends=(
|
||||||
commit_hash='c0bafa246bb2282125858da54e084c8085288d5c'
|
'libffi'
|
||||||
archive_hash='f4d77cc8f70a59a4d495fbf0cfc8a9654742817f87c50f5b0e46eef54b5413f7'
|
'pcre'
|
||||||
|
'sparsehash'
|
||||||
|
)
|
||||||
|
commit_hash=''c0bafa246bb2282125858da54e084c8085288d5c''
|
||||||
|
archive_hash=''f4d77cc8f70a59a4d495fbf0cfc8a9654742817f87c50f5b0e46eef54b5413f7''
|
||||||
files=(
|
files=(
|
||||||
"https://github.com/alimpfard/citron/archive/$commit_hash.tar.gz $archive_hash"
|
"https://github.com/alimpfard/citron/archive/$commit_hash.tar.gz $archive_hash"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue