Files
packages/core/curl/curl.toml
T
2026-03-21 12:43:00 -05:00

47 lines
972 B
TOML

[build]
type = "autotools"
[build.flags]
configure = [
"--disable-static",
"--with-openssl",
"--with-ca-path=/etc/ssl/certs",
"--with-libssh2",
"--enable-ipv6",
"--disable-ldap",
"--disable-ldaps",
"--enable-threaded-resolver",
"--enable-websockets",
"--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt"
]
skip_tests = true
[dependencies]
runtime = [
"glibc",
"libidn2",
"libnghttp2",
"libpsl",
"zlib-ng",
"openssl",
"zstd",
"libssh2",
"ca-certs",
"libngtcp2",
"brotli",
"libnghttp3"
]
build = [ "gnutls", "nettle", "patchelf" ]
[package]
description = "utility and a library used for transferring files with URL syntax"
homepage = "https://curl.se/"
license = "MIT"
name = "curl"
version = "8.19.0"
[[source]]
extract_dir = "$name-$version"
sha256 = "sha256:4eb41489790d19e190d7ac7e18e82857cdd68af8f4e66b292ced562d333f11df"
url = "https://curl.se/download/curl-$version.tar.xz"