swm_version: 1 base: distro_version: dev pins: {} mutations: - type: source_patch tarball: https://github.com/cronie-crond/cronie/releases/download/cronie-1.7.2/cronie-1.7.2.tar.gz sha256: f1da374a15ba7605cf378347f96bc8b678d3d7c0765269c8242cfe5b0789c571 build: compiler: zig-cc target: x86_64-linux-musl link: static flags: [] phases: configure: ./configure --build=$CBUILD --host=$CHOST --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/sbin --with-editor=/bin/vi --with-inotify --without-pam --without-selinux --without-audit --enable-syscrontab compile: make -j"$(nproc)" install: make install DESTDIR=/out && find /out -name '*.la' -delete target_bin: /usr/bin/cronie expected_hash: b3:281b3edab01fee62816dc6c8b9225a1ebe25c67294924591f7eded565fde832a deps: build: - binutils - busybox - make - pkgconf runtime: []