void-packages/srcpkgs/aerc/template
2019-07-15 10:22:48 +02:00

29 lines
591 B
Bash

# Template file for 'aerc'
pkgname=aerc
version=0.1.4
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=a5c0e11ced480cdbf0bc69172252f79bd40c93e27f68979d3bd71bbc247b986e
do_configure() {
:
}
do_build() {
make ${makejobs} PREFIX=/usr
}
do_install() {
make STRIP=true PREFIX=/usr DESTDIR=${DESTDIR} install
}
post_install() {
vlicense LICENSE
}