New package: aerc-0.1.2

resolves #12516
This commit is contained in:
shtayerc 2019-06-17 23:11:33 +02:00 committed by John
parent b8e3097bb7
commit 9a0d110b82
1 changed files with 29 additions and 0 deletions

29
srcpkgs/aerc/template Normal file
View File

@ -0,0 +1,29 @@
# Template file for 'aerc'
pkgname=aerc
version=0.1.2
revision=1
build_style=go
hostmakedepends="scdoc git"
depends="python3-colorama"
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"
checksum=37b58c32dbaa4395deb12974b92ed0725cb248e348b7f45bdc4354f548cbf4be
do_configure() {
:
}
do_build() {
make ${makejobs} PREFIX=/usr
}
do_install() {
make STRIP=true PREFIX=/usr DESTDIR=${DESTDIR} install
}
post_install() {
vlicense LICENSE
}