This commit is contained in:
crazywhalecc
2026-02-03 13:02:43 +08:00
parent 103b5b3585
commit 7041e060f2
3 changed files with 96 additions and 1 deletions

33
config/pkg/lib/curl.yml Normal file
View File

@@ -0,0 +1,33 @@
curl:
type: library
artifact:
source:
type: ghrel
repo: curl/curl
match: 'curl.+\.tar\.xz'
prefer-stable: true
metadata:
license-files: [COPYING]
license: curl
static-libs@unix:
- libcurl.a
headers:
- curl
depends@unix:
- openssl
- zlib
suggests@unix:
- libssh2
- brotli
- nghttp2
- nghttp3
- ngtcp2
- zstd
- libcares
- ldap
- idn2
- krb5
frameworks:
- CoreFoundation
- CoreServices
- SystemConfiguration