void-packages/srcpkgs/clac/template

18 lines
473 B
Bash

# Template file for 'clac'
pkgname=clac
version=0.3.4
revision=1
build_style=gnu-makefile
short_desc="Interactive command line, stack-based calculator"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-2-Clause"
homepage="https://github.com/soveran/clac"
distfiles="https://github.com/soveran/${pkgname}/archive/${version}.tar.gz"
checksum=3ee19329cc2e2d3a4d70eab9aa9e89f0e6f07becaa89e9156e5eb2cf94dc568a
do_install() {
vbin clac
vman clac.1
vlicense LICENSE
}