From fc28182bd79f29088c360e7bfacb5cac1bebc430 Mon Sep 17 00:00:00 2001 From: ewy Date: Mon, 1 Jun 2026 20:10:12 +0200 Subject: rename build file --- .build.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .build.yaml diff --git a/.build.yaml b/.build.yaml new file mode 100644 index 0000000..dd5ce06 --- /dev/null +++ b/.build.yaml @@ -0,0 +1,12 @@ +# build manifest for builds.sr.ht +image: archlinux +sources: + - https://git.sr.ht/~ewy/pik +packages: + - go +tasks: + - build: | + cd pik + bash .pik/build.sh +artifacts: + - pik/pik \ No newline at end of file -- cgit v1.3.1