pantry/projects/curl.se/package.yml

30 lines
581 B
YAML
Raw Normal View History

2022-08-02 05:04:17 +03:00
distributable:
2022-09-29 19:07:07 +03:00
url: https://curl.se/download/curl-{{version}}.tar.bz2
2022-08-02 05:04:17 +03:00
strip-components: 1
display-name: cURL
2022-08-02 05:04:17 +03:00
versions:
2023-04-14 06:13:41 +03:00
github: curl/curl/releases
2022-08-02 05:04:17 +03:00
strip: /^curl /
dependencies:
openssl.org: ^1.1
2023-03-31 18:40:14 +03:00
curl.se/ca-certs: '*'
zlib.net: ^1.2.11
2022-08-02 05:04:17 +03:00
build:
2023-09-30 19:15:42 +03:00
- ./configure
--prefix={{prefix}}
--with-openssl
--with-ca-fallback # uses openssls certs (which we control)
- make --jobs {{ hw.concurrency }} install
2022-08-02 05:04:17 +03:00
test:
2023-09-30 19:15:42 +03:00
curl -i tea.xyz
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org
2022-11-18 21:43:48 +03:00
provides:
- bin/curl
- bin/curl-config