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