22 lines
594 B
Bash
22 lines
594 B
Bash
# Template file for 'aerc'
|
|
pkgname=aerc
|
|
version=0.11.0
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="git.sr.ht/~rjarry/aerc"
|
|
go_build_tags=notmuch
|
|
go_ldflags="-X main.Version=${version}"
|
|
hostmakedepends="scdoc"
|
|
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=3d8f3a2800946fce070e3eb02122e77c427a61c670a06337539b3e7f09e57861
|
|
|
|
post_install() {
|
|
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
|
vlicense LICENSE
|
|
}
|