void-packages/srcpkgs/aerc/template
2020-11-13 14:38:29 -05:00

29 lines
617 B
Bash

# Template file for 'aerc'
pkgname=aerc
version=0.5.1
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/~sircmpwn/aerc/archive/${version}.tar.gz"
checksum=8feb7f87aa210ab7d8b271c34ad39af13f553447994341b3c25e7a659ce37d46
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
}