aboutsummaryrefslogblamecommitdiffstats
path: root/.builds/openbsd.yml
blob: 811fbf7ab6e45b645a6282ac4150d400b56a5e84 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                     
         

         
                                    

                

            

             
              


                       
---
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