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