diff --git a/srcpkgs/luarocks/template b/srcpkgs/luarocks/template new file mode 100644 index 0000000000..439cadfe61 --- /dev/null +++ b/srcpkgs/luarocks/template @@ -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 " +license="MIT" +homepage="http://luarocks.org/" +distfiles="http://luarocks.org/releases/luarocks-2.2.0.tar.gz" +checksum=9b1a4ec7b103e2fb90a7ba8589d7e0c8523a3d6d54ac469b0bbc144292b9279c + +post_install() { + vlicense COPYING +}