New package: tuxc-1.0
This commit is contained in:
parent
9acf0b0729
commit
e86cc6495f
1 changed files with 16 additions and 0 deletions
16
srcpkgs/tuxc/template
Normal file
16
srcpkgs/tuxc/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue