mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 12:35:14 +00:00
Ports: Format curl package.sh script
This commit is contained in:
parent
fe478be91b
commit
3c6afeca45
Notes:
sideshowbarker
2024-07-17 02:54:41 +09:00
Author: https://github.com/kennethmyhra Commit: https://github.com/SerenityOS/serenity/commit/3c6afeca45 Pull-request: https://github.com/SerenityOS/serenity/pull/16611 Reviewed-by: https://github.com/timschumi ✅
1 changed files with 10 additions and 5 deletions
|
@ -1,10 +1,15 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=curl
|
||||
version=7.87.0
|
||||
useconfigure=true
|
||||
port='curl'
|
||||
version='7.87.0'
|
||||
useconfigure='true'
|
||||
files="https://curl.se/download/curl-${version}.tar.bz2 curl-${version}.tar.bz2 5d6e128761b7110946d1276aff6f0f266f2b726f5e619f7e0a057a474155f307"
|
||||
auth_type=sha256
|
||||
depends=("ca-certificates" "openssl" "zlib" "zstd")
|
||||
auth_type='sha256'
|
||||
depends=(
|
||||
'ca-certificates'
|
||||
'openssl'
|
||||
'zlib'
|
||||
'zstd'
|
||||
)
|
||||
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt")
|
||||
|
||||
configure() {
|
||||
|
|
Loading…
Add table
Reference in a new issue