clac: add license.
This commit is contained in:
parent
8a46fb8d04
commit
b6bd4d729b
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue