vp-build/srcpkgs/clac/template

18 lines
473 B
Bash

# Template file for 'clac'
pkgname=clac
version=0.3.3
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=e751e31bd2d3cdf6daa80da0ea7761630767aa22df6954df35997d1fcc5fa8ae
do_install() {
vbin clac
vman clac.1
vlicense LICENSE
}