17 lines
485 B
Bash
17 lines
485 B
Bash
# Template file for 'ministat'
|
|
pkgname=ministat
|
|
version=15.0
|
|
revision=1
|
|
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=9e429718d3dac225ea4014ba5758b9b45ac3ff30ca101a325a111e58551d6f68
|
|
|
|
post_install() {
|
|
sed -n '2,7p' <ministat.c >LICENSE
|
|
vlicense LICENSE
|
|
}
|