swm_version: 1 base: distro_version: dev pins: {} mutations: - type: source_patch tarball: https://github.com/libexpat/libexpat/releases/download/R_2_8_1/expat-2.8.1.tar.xz sha256: 10b195ee78160a908388180a8fe3603d4e9a12f4755fbf5f3816b23a9d750da0 build: compiler: zig-cc target: x86_64-linux-musl link: static flags: [] phases: configure: ./configure --build=$CBUILD --host=$CHOST --prefix=/usr --disable-shared --enable-static --with-pic --without-docbook compile: make LDFLAGS="-all-static -no-pie" -j"$(nproc)" install: make DESTDIR=/out install LDFLAGS="-all-static -no-pie" strip_debug: true target_bin: /usr/bin/expat expected_hash: b3:117ee7e8fd5a41bd936d723c72c95cd3f8290292b52ba8088cc0701be170597b deps: build: - binutils - make runtime: []