mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 16:55:38 +08:00
Allow curl building static executable
This commit is contained in:
35
config/pkg/target/curl.yml
Normal file
35
config/pkg/target/curl.yml
Normal file
@@ -0,0 +1,35 @@
|
||||
curl:
|
||||
type: target
|
||||
artifact:
|
||||
source:
|
||||
type: ghrel
|
||||
repo: curl/curl
|
||||
match: curl.+\.tar\.xz
|
||||
prefer-stable: true
|
||||
metadata:
|
||||
license-files: [COPYING]
|
||||
license: curl
|
||||
depends@unix:
|
||||
- openssl
|
||||
- zlib
|
||||
suggests@unix:
|
||||
- libssh2
|
||||
- brotli
|
||||
- nghttp2
|
||||
- nghttp3
|
||||
- ngtcp2
|
||||
- zstd
|
||||
- libcares
|
||||
- ldap
|
||||
- idn2
|
||||
- krb5
|
||||
frameworks:
|
||||
- CoreFoundation
|
||||
- CoreServices
|
||||
- SystemConfiguration
|
||||
headers:
|
||||
- curl
|
||||
static-bins@unix:
|
||||
- curl
|
||||
static-libs@unix:
|
||||
- libcurl.a
|
||||
Reference in New Issue
Block a user