clac: add license.

This commit is contained in:
Leah Neukirchen 2017-07-11 17:23:15 +02:00
parent 8a46fb8d04
commit b6bd4d729b

View file

@ -1,7 +1,7 @@
# Template file for 'clac'
pkgname=clac
version=0.3.0
revision=1
revision=2
build_style=gnu-makefile
short_desc="Interactive command line, stack-based calculator"
maintainer="Leah Neukirchen <leah@vuxu.org>"
@ -17,4 +17,5 @@ do_build() {
do_install() {
vbin clac
vman clac.1
vlicense LICENSE
}