void-packages/srcpkgs/aerc/template

29 lines
564 B
Bash
Raw Normal View History

# Template file for 'aerc'
pkgname=aerc
2019-07-30 20:00:32 +00:00
version=0.2.1
revision=1
build_style=go
hostmakedepends="scdoc git"
short_desc="Terminal email client"
maintainer="shtayerc <david.murko@mailbox.org>"
license="MIT"
homepage="https://aerc-mail.org"
distfiles="https://git.sr.ht/~sircmpwn/aerc/archive/${version}.tar.gz"
2019-07-30 20:00:32 +00:00
checksum=560cee4e284ed35623d28a5e793db79c5e4700296b0aa6ac2c8e92b20ab5c1cf
do_configure() {
:
}
do_build() {
make ${makejobs} PREFIX=/usr
}
do_install() {
make STRIP=true PREFIX=/usr DESTDIR=${DESTDIR} install
}
post_install() {
vlicense LICENSE
}