image: alpine/edge
packages:
- go
- scdoc
sources:
- https://git.sr.ht/~sircmpwn/aerc
tasks:
- build: |
    cd aerc
    make
- test: |
    cd aerc
    go test ./...