void-packages/srcpkgs/luarocks/template
2015-04-25 16:45:04 +02:00

21 lines
563 B
Bash

# Template file for 'luarocks'
pkgname=luarocks
version=2.2.2
revision=1
noarch=yes
build_style=configure
configure_args="--prefix=/usr"
hostmakedepends="curl lua-devel"
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-${version}.tar.gz"
checksum=4f0427706873f30d898aeb1dfb6001b8a3478e46a5249d015c061fe675a1f022
post_install() {
vlicense COPYING
}