swm_version: 1 base: distro_version: dev pins: {} mutations: - type: source_patch tarball: https://github.com/jonas/tig/releases/download/tig-2.6.1/tig-2.6.1.tar.gz sha256: 5adeabdcd93aa0423d618da8b878b53482bef6e0e9e1fe224acc0f18031fe91e build: compiler: zig-cc target: x86_64-linux-musl link: static flags: [] phases: configure: ./configure --build=$CBUILD --host=$CHOST --prefix=/usr --sysconfdir=/etc CFLAGS="-O2 -Wno-int-conversion" CPPFLAGS=-I/usr/include LDFLAGS="-static -L/usr/lib" compile: make install: make DESTDIR=/out install target_bin: /usr/bin/tig expected_hash: b3:0b4fafb3afebcd1d679581fba4fde53f7554f85d451a3f8fc948c7c435926877 deps: build: - ncurses - pcre2 runtime: []