swm_version: 1 base: distro_version: dev pins: {} mutations: - type: source_patch tarball: https://curl.se/download/curl-8.20.0.tar.xz sha256: 63fe2dc148ba0ceae89922ef838f7e5c946272c2e78b7c59fab4b79d3ce2b896 build: compiler: zig-cc target: x86_64-linux-musl link: static flags: [] phases: configure: "./configure --build=$CBUILD --host=$CHOST --prefix=/usr \\\n\t--disable-shared --enable-static \\\n\t--with-openssl --with-zlib \\\n\t--disable-ares --without-libidn2 --without-nghttp2 --without-libpsl --without-libssh2 \\\n\t--disable-ldap --enable-ipv6 --enable-unix-sockets \\\n\t--with-ca-path=/etc/ssl/certs\n" compile: make LDFLAGS="-all-static -no-pie" -j"$(nproc)" install: make DESTDIR=/out install LDFLAGS="-all-static -no-pie" target_bin: /usr/bin/curl expected_hash: b3:e0e367e65e8741f651789f5c7d0d1178f617f15de4f43f0d804d06f754375b67 deps: build: - openssl - zlib - perl runtime: []