16 lines
493 B
Bash
16 lines
493 B
Bash
# 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
|
|
}
|