void-packages/srcpkgs/clac/template

18 lines
473 B
Bash
Raw Normal View History

2017-07-03 17:08:28 +02:00
# Template file for 'clac'
pkgname=clac
version=0.3.2
2017-10-05 11:37:50 +02:00
revision=1
2017-07-03 17:08:28 +02:00
build_style=gnu-makefile
short_desc="Interactive command line, stack-based calculator"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-2-Clause"
2017-07-03 17:08:28 +02:00
homepage="https://github.com/soveran/clac"
distfiles="https://github.com/soveran/${pkgname}/archive/${version}.tar.gz"
checksum=37a926982a3cc5016b42c554deaa5c64fa3932ebacd5bd15003508cf79a666dd
2017-07-03 17:08:28 +02:00
do_install() {
vbin clac
vman clac.1
2017-07-11 17:23:15 +02:00
vlicense LICENSE
2017-07-03 17:08:28 +02:00
}