# 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 " 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 }