2025-01-30 12:07:38 +01:00

28 lines
744 B
Bash

# Template file for 'aerc'
pkgname=aerc
version=0.20.1
revision=1
build_style=go
go_import_path="git.sr.ht/~rjarry/aerc"
go_build_tags=notmuch
go_ldflags="-X main.Version=${version}"
hostmakedepends="scdoc"
makedepends="libnotmuch-devel"
short_desc="Terminal email client"
maintainer="shtayerc <david.murko@mailbox.org>"
license="MIT"
homepage="https://aerc-mail.org"
changelog="https://git.sr.ht/~rjarry/aerc/blob/master/CHANGELOG.md"
distfiles="https://git.sr.ht/~rjarry/aerc/archive/${version}.tar.gz"
checksum=fbfbf2cc4f6e251731698d6d1b7be4e88835b4e089d55e3254d37d450700db07
ignore_elf_dirs="/usr/share/aerc/filters"
post_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} install
vlicense LICENSE
}
do_check() {
make ${makejobs} tests
}