void-packages/srcpkgs/luarocks/template
2015-03-19 00:45:19 +01:00

21 lines
563 B
Bash

# Template file for 'luarocks'
pkgname=luarocks
version=2.2.1
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=713f8a7e33f1e6dc77ba2eec849a80a95f24f82382e0abc4523c2b8d435f7c55
post_install() {
vlicense COPYING
}