swm_version: 1 base: distro_version: dev pins: {} mutations: - type: source_patch tarball: https://github.com/containers/bubblewrap/releases/download/v0.11.0/bubblewrap-0.11.0.tar.xz sha256: 988fd6b232dafa04b8b8198723efeaccdb3c6aa9c1c7936219d5791a8b7a8646 build: compiler: zig-cc target: x86_64-linux-musl link: static flags: [] phases: configure: printf '#define PACKAGE_STRING "bubblewrap 0.11.0"\n' > config.h compile: zig cc -mcpu=baseline -static -O2 -D_GNU_SOURCE -I. bubblewrap.c bind-mount.c network.c utils.c -L/usr/lib -lcap -lpsx -o bwrap install: mkdir -p /out/usr/bin && cp bwrap /out/usr/bin/bwrap strip_debug: true target_bin: /usr/bin/bwrap expected_hash: b3:2c82bfcc5850c80e19835fdbabe7d0af0155419210cbb751f3021047c8a2632d deps: build: - binutils - libcap runtime: []