init: pristine aerc 0.20.0 source

This commit is contained in:
Mortdecai
2026-04-07 19:54:54 -04:00
commit 083402a548
502 changed files with 68722 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
---
image: alpine/edge
packages:
- curl
- go
- gnupg
- notmuch-dev
- py3-codespell
- scdoc
- valgrind
sources:
- "https://git.sr.ht/~rjarry/aerc"
environment:
DESTDIR: ./out
GOFLAGS: "-tags=notmuch"
CC: gcc
FILTERS_TEST_BIN_PREFIX: valgrind --leak-check=full --error-exitcode=1
tasks:
- validate: |
gmake -C aerc validate
- install: |
gmake -C aerc install checkinstall
- ancient-go-version: |
curl -O https://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/go-1.21.10-r0.apk
sudo apk add ./go-1.21.10-r0.apk
gmake -C aerc clean all
+17
View File
@@ -0,0 +1,17 @@
---
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