aerc: add notmuch support
This commit is contained in:
parent
9123b649c0
commit
14c237a562
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'aerc'
|
||||
pkgname=aerc
|
||||
version=0.3.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
hostmakedepends="scdoc git"
|
||||
makedepends="libnotmuch-devel"
|
||||
short_desc="Terminal email client"
|
||||
maintainer="shtayerc <david.murko@mailbox.org>"
|
||||
license="MIT"
|
||||
|
@ -16,7 +17,7 @@ do_configure() {
|
|||
}
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} PREFIX=/usr
|
||||
make ${makejobs} PREFIX=/usr GOFLAGS=-tags=notmuch
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in a new issue