[package] name = "curl" version = "8.19.0" description = "URL transfer library and command-line tool" url = "https://curl.se/" license = "MIT" [source] url = "https://curl.se/download/curl-${version}.tar.xz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["glibc", "openssl", "zlib", "zstd"] build = ["gcc", "make", "pkg-config"] [build] system = "autotools" configure = """./configure --prefix=/usr --disable-static --with-openssl --enable-threaded-resolver --with-ca-path=/etc/ssl/certs""" make = """make""" install = """make DESTDIR=${PKG} install"""