mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 06:48:12 +00:00

This enables SSL support (verified to work), IPv6 (won't work for lack of IPv6 support in the kernel) and threads.
12 lines
453 B
Bash
Executable file
12 lines
453 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=curl
|
|
version=7.65.3
|
|
useconfigure=true
|
|
configopts="--disable-ntlm-wb --with-ssl"
|
|
files="https://curl.se/download/curl-${version}.tar.bz2 curl-${version}.tar.bz2
|
|
https://curl.se/download/curl-${version}.tar.bz2.asc curl-${version}.tar.bz2.asc"
|
|
|
|
depends="zlib openssl"
|
|
auth_type="sig"
|
|
auth_import_key="27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2"
|
|
auth_opts="curl-${version}.tar.bz2.asc curl-${version}.tar.bz2"
|