swm_version: 1 base: distro_version: dev pins: {} mutations: - type: source_patch tarball: https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.12.2.tar.bz2 sha256: 7ce33c2492221a0436f96a8500215e9f3e3dcb5fd26a757cd415e7a843babd5e build: compiler: gcc target: x86_64-linux-musl link: static flags: [] phases: configure: ./configure --build=$CBUILD --host=$CHOST --prefix=/usr --disable-shared --enable-static --with-libgpg-error-prefix=/usr --disable-doc compile: make LDFLAGS="-all-static -no-pie" -j"$(nproc)" install: make DESTDIR=/out install LDFLAGS="-all-static -no-pie" target_bin: /usr/bin/libgcrypt expected_hash: b3:9f2a84137bdaa7603759d3a491a51c1b71119c35156ec8064f8bffbac20bb612 deps: build: - libgpg-error - make runtime: []