28 lines
564 B
Bash
28 lines
564 B
Bash
# Template file for 'aerc'
|
|
pkgname=aerc
|
|
version=0.3.0
|
|
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"
|
|
checksum=44d5ab0d5f1195166b351ec59680cc8f4c0eb45da4d44263b138be0a91a512a1
|
|
|
|
do_configure() {
|
|
:
|
|
}
|
|
|
|
do_build() {
|
|
make ${makejobs} PREFIX=/usr
|
|
}
|
|
|
|
do_install() {
|
|
make STRIP=true PREFIX=/usr DESTDIR=${DESTDIR} install
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|