New package: luarocks-2.2.0

This commit is contained in:
Duncaen 2015-02-03 13:09:11 +01:00
parent 9e9410c3e7
commit 85f94b4716

20
srcpkgs/luarocks/template Normal file
View File

@ -0,0 +1,20 @@
# Template file for 'luarocks'
pkgname=luarocks
version=2.2.0
revision=1
build_style=configure
configure_args="--prefix=/usr"
hostmakedepends="curl"
makedepends="lua-devel"
depends="lua"
conf_files="/etc/luarocks/config-5.2.lua"
short_desc="Package management for Lua modules"
maintainer="Duncaen <mail@duncano.de>"
license="MIT"
homepage="http://luarocks.org/"
distfiles="http://luarocks.org/releases/luarocks-2.2.0.tar.gz"
checksum=9b1a4ec7b103e2fb90a7ba8589d7e0c8523a3d6d54ac469b0bbc144292b9279c
post_install() {
vlicense COPYING
}