void-packages/srcpkgs/aerc/template

24 lines
704 B
Bash

# Template file for 'aerc'
pkgname=aerc
version=0.17.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"
changelog="https://git.sr.ht/~rjarry/aerc/blob/master/CHANGELOG.md"
distfiles="https://git.sr.ht/~rjarry/aerc/archive/${version}.tar.gz"
checksum=a8a1af36b4d4989afd670601d83fc2088e14d804c66bd1e3bdd14561bd89c2cc
ignore_elf_dirs="/usr/share/aerc/filters"
post_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} install
vlicense LICENSE
}