diff options
| author | 2026-06-29 00:15:29 -0700 | |
|---|---|---|
| committer | 2026-06-29 00:15:29 -0700 | |
| commit | 8806477b9e5c1b089b45b5062ac58186f2fc15da (patch) | |
| tree | 861d789d689a4204beee377de751a786fee34194 | |
| parent | f051291984ad3c65994f6a2f42938cf503ef4113 (diff) | |
| download | emacs-config-8806477b9e5c1b089b45b5062ac58186f2fc15da.tar.gz emacs-config-8806477b9e5c1b089b45b5062ac58186f2fc15da.zip | |
Add build manifest for sourcehut
This will prepare, build, and the upload the package archive for my emacs
configuration.
| -rw-r--r-- | .builds/repo.yml | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
