void-packages/srcpkgs/aerc/template
Dakota Walsh 1c97491870 aerc: update to 0.6.0.
The original upstream maintainer, Drew Devault, has stepped down and a
fork was created (with Drew's approval) under the same name. The fork
has patched in a large backlog of crashes and bug fixes and put out a
new version 0.6.0 recently. I think now that the aerc community has
consolidated on this fork it would be appropriate to update out package
to the new upstream.

More info about the fork and new maintainer can be found in this
discussion: https://lists.sr.ht/~sircmpwn/aerc/%3CCFBVJ3G1Y4YB.ZI6C02D0MS0S%40diabtop%3E
2021-12-01 21:44:20 -03:00

29 lines
615 B
Bash

# Template file for 'aerc'
pkgname=aerc
version=0.6.0
revision=1
build_style=go
hostmakedepends="scdoc git"
makedepends="libnotmuch-devel"
short_desc="Terminal email client"
maintainer="shtayerc <david.murko@mailbox.org>"
license="MIT"
homepage="https://aerc-mail.org"
distfiles="https://git.sr.ht/~rjarry/aerc/archive/${version}.tar.gz"
checksum=ec4565609938b314f0343d85dfdab1cb0659c07c2845369ff7cf0132c5faed6e
do_configure() {
:
}
do_build() {
make ${makejobs} PREFIX=/usr GOFLAGS=-tags=notmuch
}
do_install() {
make STRIP=true PREFIX=/usr DESTDIR=${DESTDIR} install
}
post_install() {
vlicense LICENSE
}