Files
aerc-inline-images/.builds/openbsd.yml
2026-04-07 19:54:54 -04:00

18 lines
256 B
YAML

---
image: openbsd/latest
packages:
- base64
- gmake
- gnupg
- go
- scdoc
sources:
- "https://git.sr.ht/~rjarry/aerc"
environment:
DESTDIR: ./out
tasks:
- build: |
gmake -C aerc
- install: |
gmake -C aerc install checkinstall