swm_version: 1 base: distro_version: dev pins: {} mutations: - type: source_patch tarball: https://github.com/thom311/libnl/releases/download/libnl3_11_0/libnl-3.11.0.tar.gz sha256: 2a56e1edefa3e68a7c00879496736fdbf62fc94ed3232c0baba127ecfa76874d build: compiler: zig-cc target: x86_64-linux-musl link: static flags: [] phases: configure: ./configure --build=$CBUILD --host=$CHOST --prefix=/usr --libdir=/usr/lib --disable-shared --enable-static --disable-cli compile: make -j"$(nproc)" install: make DESTDIR=/out install target_bin: /usr/bin/libnl expected_hash: b3:ce24cca9f06781c6565b33ec4a041f2abee131fe54376f5a626cbc54e6a00fda deps: build: - flex - bison - m4 - make runtime: []