aboutsummaryrefslogtreecommitdiff
path: root/.builds/openbsd.yml
blob: 5ef3d46366d20c3daf25c474146b602ab73659aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
image: openbsd/latest
packages:
  - go
  - gnupg
  - scdoc
  - base64
  - gmake
sources:
  - "https://git.sr.ht/~rjarry/aerc"
environment:
  DESTDIR: ./out
tasks:
  - build: |
      cd aerc
      gmake
  - install: |
      cd aerc
      gmake install
      gmake checkinstall