swm_version: 1 base: distro_version: dev pins: {} mutations: - type: source_patch tarball: https://github.com/facebook/zstd/releases/download/v1.5.7/zstd-1.5.7.tar.gz sha256: eb33e51f49a15e023950cd7825ca74a4a2b43db8354825ac24fc1b7ee09e6fa3 build: compiler: zig-cc target: x86_64-linux-musl link: static flags: [] phases: compile: make -C programs zstd HAVE_ZLIB=0 HAVE_LZMA=0 HAVE_LZ4=0 CFLAGS="-O3" install: mkdir -p /out/usr/bin && cp programs/zstd /out/usr/bin/zstd strip_debug: true target_bin: /usr/bin/zstd-cli expected_hash: b3:6692dfe4116e6f71a6203db299f15e713dd0a759e211e47ef055da801edc386d deps: build: - make runtime: []