commit 44eb8745aa36fd9333551f005cad3a4d2d81f252 from: shrub900 date: Wed May 27 14:16:03 2026 UTC hut commit - f1aa309e1c580e1269792fd53bb2bf0db85337af commit + 44eb8745aa36fd9333551f005cad3a4d2d81f252 blob - /dev/null blob + a42078d6662b67cf41170b1f29b6e593d3634a09 (mode 644) --- /dev/null +++ utils/hut/deps @@ -0,0 +1,2 @@ +.scdoc +.go-bin blob - /dev/null blob + 82edf888aa0c7345507c5b10d9ba5578353a6656 (mode 644) --- /dev/null +++ utils/hut/info @@ -0,0 +1,6 @@ +name: hut +description: sourcehut cli +license: +upstream: +version: +maintainer: blob - /dev/null blob + 8784dbfd658d18c0089da6391fb4869018b85b6c (mode 644) --- /dev/null +++ utils/hut/ndmake.sh @@ -0,0 +1,11 @@ +#!/bin/sh -ue +NAME=hut +VERSION=git +RELEASE=1 +SOURCE="https://git.sr.ht/~xenrox/hut" + +prebuild() { + export CGO_ENABLED=0 export GOFLAGS="-ldflags=-static-pie -ldflags=-s -ldflags=-w" export GO_LDFLAGS="-buildmode=static-pie -s -w" export CGO_CFLAGS="-O2 -pipe -static -static-pie -w -Wno-error" +} + +. ${0%/*}/../../libsh/libdmake.sh