29 lines
617 B
Bash
29 lines
617 B
Bash
# Template file for 'aerc'
|
|
pkgname=aerc
|
|
version=0.4.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/~sircmpwn/aerc/archive/${version}.tar.gz"
|
|
checksum=d369462cc0f76c33d804e586463e4d35d81fba9396ec08c3d3d0579e26091e17
|
|
|
|
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
|
|
}
|