swm_version: 1 base: distro_version: dev pins: {} mutations: - type: source_patch tarball: https://github.com/htop-dev/htop/releases/download/3.5.1/htop-3.5.1.tar.xz sha256: 526cecd62870aa8d14d2a79a35ea197e4e2b5317d275b567cee0574b2ddb2e9a 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 --enable-cgroup --enable-taskstats --disable-sensors compile: make -j"$(nproc)" AM_LDFLAGS=-static install: make DESTDIR=/out install AM_LDFLAGS=-static strip_debug: true target_bin: /usr/bin/htop expected_hash: b3:cacf87261facc6dbac1c6b3109894b7238490a90748ab56937d1d3bc4c390038 deps: build: - binutils - ncurses - linux-headers - make runtime: []