swm_version: 1 base: distro_version: dev pins: {} mutations: - type: source_patch tarball: https://github.com/logrotate/logrotate/releases/download/3.22.0/logrotate-3.22.0.tar.xz sha256: 42b4080ee99c9fb6a7d12d8e787637d057a635194e25971997eebbe8d5e57618 build: compiler: zig-cc target: x86_64-linux-musl link: static flags: [] phases: configure: ./configure --build=$CBUILD --host=$CHOST --prefix=/usr --with-selinux=no --with-acl=no --with-compress-command=/bin/gzip --with-uncompress-command=/bin/gunzip compile: make -j"$(nproc)" install: make install DESTDIR=/out && find /out -name '*.la' -delete target_bin: /usr/sbin/logrotate expected_hash: b3:fd1dcf61ce1f2e44415b4dd8b07883676e1e251f3c00070e07299154530be495 deps: build: - binutils - busybox - make - pkgconf - popt runtime: []