aboutsummaryrefslogblamecommitdiffstats
path: root/.builds/openbsd.yml
blob: b83670bb477dc8ed356c3b1db1270063627aad92 (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: |
      cd aerc
      gmake
  - install: |
      cd aerc
      gmake install
      gmake checkinstall