mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
3ab24891c4
* fix(curl) added libpsl dep with 8.6.0 closes #5061 * run-on tests
31 lines
623 B
YAML
31 lines
623 B
YAML
distributable:
|
||
url: https://curl.se/download/curl-{{version}}.tar.bz2
|
||
strip-components: 1
|
||
|
||
display-name: cURL
|
||
|
||
versions:
|
||
github: curl/curl/releases
|
||
strip: /^curl /
|
||
|
||
dependencies:
|
||
openssl.org: ^1.1
|
||
curl.se/ca-certs: '*'
|
||
zlib.net: ^1.2.11
|
||
rockdaboot.github.io/libpsl: ^0 # added in 8.6.0
|
||
|
||
build:
|
||
- ./configure
|
||
--prefix={{prefix}}
|
||
--with-openssl
|
||
--with-ca-fallback # uses openssl’s certs (which we control)
|
||
- make --jobs {{ hw.concurrency }} install
|
||
|
||
test:
|
||
- curl -i pkgx.sh
|
||
- curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org
|
||
|
||
provides:
|
||
- bin/curl
|
||
- bin/curl-config
|