# Template file for 'clac'
pkgname=clac
version=0.3.5
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/clac/archive/refs/tags/${version}.tar.gz"
checksum=ae0a989ba3efc5dbe8480aed5fe39e79e274ea51271bfa7a0193d73cca0b9711

do_install() {
	vbin clac
	vman clac.1
	vlicense LICENSE
}
