ox-gemini/.build.yml

12 lines
174 B
YAML

image: alpine/edge
packages:
- emacs
- make
sources:
- https://git.sr.ht/~abrahms/ox-gemini
tasks:
- build: |
cd ox-gemini
make update
make compile