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