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


                     

          
         
      

         
                                    

                

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