20 lines
561 B
Bash
20 lines
561 B
Bash
# Template file for 'mblaze'
|
|
pkgname=mblaze
|
|
version=0.2
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Maildir-focused command line mail client"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="Public Domain, MIT"
|
|
homepage="https://github.com/chneukirchen/mblaze"
|
|
distfiles="http://chneukirchen.org/releases/${pkgname}-${version}.tar.gz"
|
|
checksum=6611387eedb9d4b18df1ae761e36292b105f8bb58d561c71ebbf88158e8d0999
|
|
|
|
post_install() {
|
|
vbin contrib/mencrypt
|
|
vbin contrib/menter
|
|
vbin contrib/mgpg
|
|
vbin contrib/msign
|
|
vbin contrib/mverify
|
|
vbin contrib/mvi
|
|
}
|