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