swm_version: 1 base: distro_version: dev pins: {} mutations: - type: source_patch tarball: https://github.com/argp-standalone/argp-standalone/archive/refs/tags/1.5.0.tar.gz sha256: c29eae929dfebd575c38174f2c8c315766092cec99a8f987569d0cad3c6d64f6 build: compiler: zig-cc target: x86_64-linux-musl link: static flags: [] phases: configure: | printf '%s\n' \ '#define HAVE_ALLOCA_H 1' \ '#define HAVE_UNISTD_H 1' \ '#define HAVE_LIMITS_H 1' \ '#define HAVE_STDLIB_H 1' \ '#define HAVE_STRING_H 1' \ '#define HAVE_STRCASECMP 1' \ '#define HAVE_STRCHRNUL 1' \ '#define HAVE_STRNDUP 1' \ '#define HAVE_MEMPCPY 1' \ '#define HAVE_FLOCKFILE 1' \ '#define HAVE_FUNLOCKFILE 1' \ '#define HAVE_DECL_PROGRAM_INVOCATION_NAME 1' \ '#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1' \ '#define UNUSED __attribute__ ((__unused__))' \ > config.h compile: | for f in argp-ba argp-eexst argp-fmtstream argp-help argp-parse argp-pv argp-pvh; do $CC -c -O2 -fPIC -I. -D_GNU_SOURCE -DHAVE_CONFIG_H $f.c -o $f.o done ar rcs libargp.a argp-ba.o argp-eexst.o argp-fmtstream.o argp-help.o argp-parse.o argp-pv.o argp-pvh.o install: | mkdir -p /out/usr/lib /out/usr/include cp libargp.a /out/usr/lib/ cp argp.h /out/usr/include/ test -f /out/usr/lib/libargp.a && test -f /out/usr/include/argp.h target_bin: /usr/bin/argp-standalone expected_hash: b3:5268738b1800a814d5fced165d15bd0d2f69c471e1031d6778fdefabd1a6c64d deps: build: - binutils runtime: []