mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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'
|
# Template file for 'aerc'
|
||||||
pkgname=aerc
|
pkgname=aerc
|
||||||
version=0.3.0
|
version=0.3.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
hostmakedepends="scdoc git"
|
hostmakedepends="scdoc git"
|
||||||
|
makedepends="libnotmuch-devel"
|
||||||
short_desc="Terminal email client"
|
short_desc="Terminal email client"
|
||||||
maintainer="shtayerc <david.murko@mailbox.org>"
|
maintainer="shtayerc <david.murko@mailbox.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -16,7 +17,7 @@ do_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} PREFIX=/usr
|
make ${makejobs} PREFIX=/usr GOFLAGS=-tags=notmuch
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue