mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
Ports: Format curl package.sh script
This commit is contained in:
parent
fe478be91b
commit
3c6afeca45
1 changed files with 10 additions and 5 deletions
|
@ -1,10 +1,15 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port=curl
|
port='curl'
|
||||||
version=7.87.0
|
version='7.87.0'
|
||||||
useconfigure=true
|
useconfigure='true'
|
||||||
files="https://curl.se/download/curl-${version}.tar.bz2 curl-${version}.tar.bz2 5d6e128761b7110946d1276aff6f0f266f2b726f5e619f7e0a057a474155f307"
|
files="https://curl.se/download/curl-${version}.tar.bz2 curl-${version}.tar.bz2 5d6e128761b7110946d1276aff6f0f266f2b726f5e619f7e0a057a474155f307"
|
||||||
auth_type=sha256
|
auth_type='sha256'
|
||||||
depends=("ca-certificates" "openssl" "zlib" "zstd")
|
depends=(
|
||||||
|
'ca-certificates'
|
||||||
|
'openssl'
|
||||||
|
'zlib'
|
||||||
|
'zstd'
|
||||||
|
)
|
||||||
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt")
|
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt")
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue