Merge pull request #5628 from logenkain/master

New package: tuxc-1.0
This commit is contained in:
Toyam Cox 2017-01-31 19:40:28 -05:00 committed by GitHub
commit c285d9ca9c

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
}