mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:37:35 +00:00
Ports/libgd: Update formatting to be consistent with other ports
This commit is contained in:
parent
1f2aef4028
commit
d7c1a1ecac
1 changed files with 7 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=libgd
|
||||
version=2.3.3
|
||||
useconfigure=true
|
||||
use_fresh_config_sub=true
|
||||
port='libgd'
|
||||
version='2.3.3'
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
configopts=(
|
||||
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
|
||||
'--without-avif'
|
||||
|
@ -13,7 +13,9 @@ configopts=(
|
|||
'--without-x'
|
||||
'--without-xpm'
|
||||
)
|
||||
config_sub_paths=("config/config.sub")
|
||||
config_sub_paths=(
|
||||
'config/config.sub'
|
||||
)
|
||||
files=(
|
||||
"https://github.com/libgd/libgd/releases/download/gd-${version}/libgd-${version}.tar.gz dd3f1f0bb016edcc0b2d082e8229c822ad1d02223511997c80461481759b1ed2"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue