clac: add license.

This commit is contained in:
Leah Neukirchen 2017-07-11 17:23:15 +02:00
parent 8a46fb8d04
commit b6bd4d729b
1 changed files with 2 additions and 1 deletions

View File

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