mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Ports/citron: Update formatting to be consistent with other ports
This commit is contained in:
parent
87d8a32f3d
commit
149ab91040
Notes:
sideshowbarker
2024-07-17 03:45:48 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/149ab91040 Pull-request: https://github.com/SerenityOS/serenity/pull/20516
1 changed files with 10 additions and 6 deletions
|
@ -1,10 +1,14 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=citron
|
||||
version=0.0.9.3
|
||||
useconfigure=false
|
||||
depends=(sparsehash libffi pcre)
|
||||
commit_hash='c0bafa246bb2282125858da54e084c8085288d5c'
|
||||
archive_hash='f4d77cc8f70a59a4d495fbf0cfc8a9654742817f87c50f5b0e46eef54b5413f7'
|
||||
port='citron'
|
||||
version='0.0.9.3'
|
||||
useconfigure='false'
|
||||
depends=(
|
||||
'libffi'
|
||||
'pcre'
|
||||
'sparsehash'
|
||||
)
|
||||
commit_hash=''c0bafa246bb2282125858da54e084c8085288d5c''
|
||||
archive_hash=''f4d77cc8f70a59a4d495fbf0cfc8a9654742817f87c50f5b0e46eef54b5413f7''
|
||||
files=(
|
||||
"https://github.com/alimpfard/citron/archive/$commit_hash.tar.gz $archive_hash"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue