swm_version: 1 base: distro_version: dev pins: {} mutations: - type: source_patch tarball: https://gnupg.org/ftp/gcrypt/npth/npth-1.8.tar.bz2 sha256: 8bd24b4f23a3065d6e5b26e98aba9ce783ea4fd781069c1b35d149694e90ca3e build: compiler: zig-cc target: x86_64-linux-musl link: static flags: [] phases: configure: "./configure \\\n\t--build=$CBUILD \\\n\t--host=$CHOST \\\n\t--prefix=/usr \\\n\t--enable-static \\\n\t--disable-shared \\\n\t--disable-nls\n" compile: make -j"$(nproc)" install: make DESTDIR=/out install target_bin: /usr/bin/npth expected_hash: b3:e5682fca87a9f591d533855b0056a07b5724304fb53402c940524d885908d980 deps: build: - make runtime: []