swm_version: 1 base: distro_version: dev pins: {} mutations: - type: source_patch tarball: https://www.nano-editor.org/dist/v9/nano-9.0.tar.xz sha256: 9f384374b496110a25b73ad5a5febb384783c6e3188b37063f677ac908013fde build: compiler: zig-cc target: x86_64-linux-musl link: static flags: [] phases: configure: ./configure --build=$CBUILD --host=$CHOST --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --disable-libmagic --disable-nls compile: make -j"$(nproc)" install: make DESTDIR=/out install target_bin: /usr/bin/nano expected_hash: b3:7f94f89d88591d0fd689965cc9ed42e2c264c1bec4c660a8ff5bf38dfd158e3d deps: build: - ncurses - linux-headers - make runtime: []