pantry/projects/curl.se/package.yml
Jacob Heider 38f7b09a0c fix(curl)
libpsl causes some weird downstream behavior in php
2024-07-02 17:37:30 -04:00

36 lines
696 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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
build:
script:
- ./configure $ARGS
- make --jobs {{ hw.concurrency }} install
env:
ARGS:
- --prefix={{prefix}}
- --with-openssl
# causes weird downstream bugs in php
- --without-libpsl
# uses openssls certs (which we control)
- --with-ca-fallback
test:
- curl -i pkgx.sh
- curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org
provides:
- bin/curl
- bin/curl-config