New package: tuxc-1.0

This commit is contained in:
Logen Kain 2017-01-27 21:20:29 -07:00
parent 9acf0b0729
commit e86cc6495f

16
srcpkgs/tuxc/template Normal file
View file

@ -0,0 +1,16 @@
# Template file for 'tuxc'
pkgname=tuxc
version=1.1
revision=1
build_style="gnu-makefile"
hostmakedepends="pkg-config"
makedepends="lua-devel"
short_desc="Modular universal package manager wrapper"
maintainer="Logen Kain <logen@sudotask.com>"
license="ISC"
homepage="https://github.com/logenkain/tuxc/"
distfiles="https://github.com/logenkain/${pkgname}/archive/v${version}.tar.gz"
checksum=164c905c4278422c8d75c7be9dfe3b92d0f820bccdae296b9e0db762f5ef614f
post_install() {
vlicense LICENSE
}