aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/openbsd.yml
blob: 46be4f16849f0283ae964ec64e8bd06bbc5ed5d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
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