void-packages/srcpkgs/luarocks/template

22 lines
563 B
Plaintext
Raw Normal View History

2015-02-03 13:09:11 +01:00
# Template file for 'luarocks'
pkgname=luarocks
version=2.2.0
2015-02-03 14:10:16 +01:00
revision=3
noarch=yes
2015-02-03 13:09:11 +01:00
build_style=configure
configure_args="--prefix=/usr"
2015-02-03 13:17:51 +01:00
hostmakedepends="curl lua-devel"
2015-02-03 13:09:11 +01:00
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/"
2015-02-03 13:21:17 +01:00
distfiles="http://luarocks.org/releases/luarocks-${version}.tar.gz"
2015-02-03 13:09:11 +01:00
checksum=9b1a4ec7b103e2fb90a7ba8589d7e0c8523a3d6d54ac469b0bbc144292b9279c
post_install() {
vlicense COPYING
}