17 lines
485 B
Bash
17 lines
485 B
Bash
# Template file for 'ministat'
|
|
pkgname=ministat
|
|
version=10.0
|
|
revision=3
|
|
build_style=gnu-makefile
|
|
short_desc="Small statistics utility"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="Beerware"
|
|
homepage="https://github.com/leahneukirchen/ministat"
|
|
distfiles="https://github.com/leahneukirchen/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=5362d702178e2539efa5e4b8049247ca500a9fd88b31459553ff31266c751e8f
|
|
|
|
post_install() {
|
|
sed -n '2,7p' <ministat.c >LICENSE
|
|
vlicense LICENSE
|
|
}
|