From 8806477b9e5c1b089b45b5062ac58186f2fc15da Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 29 Jun 2026 00:15:29 -0700 Subject: Add build manifest for sourcehut This will prepare, build, and the upload the package archive for my emacs configuration. --- .builds/repo.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .builds/repo.yml diff --git a/.builds/repo.yml b/.builds/repo.yml new file mode 100644 index 0000000..0ea020a --- /dev/null +++ b/.builds/repo.yml @@ -0,0 +1,12 @@ +--- +image: guix +oauth: pages.sr.ht/PAGES:RW +tasks: + - guix: | + guix package --verbosity=0 --manifest=manifest.scm + - package: | + make + - upload: | + cd public + acurl -f "https://pages.sr.ht/publish/ryuslash.srht.site/emacs-config/" \ + -Fcontent=@emacs-config.tar.gz -- cgit v1.3-2-g0d8e