void-packages/srcpkgs/luarocks/template

22 lines
569 B
Bash
Raw Normal View History

2015-02-03 12:09:11 +00:00
# Template file for 'luarocks'
pkgname=luarocks
2015-04-25 14:45:04 +00:00
version=2.2.2
revision=2
2015-02-03 13:10:16 +00:00
noarch=yes
2015-02-03 12:09:11 +00:00
build_style=configure
configure_args="--prefix=/usr"
hostmakedepends="curl lua52-devel"
makedepends="lua52-devel"
depends="lua52"
2015-02-03 12:09:11 +00:00
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 12:21:17 +00:00
distfiles="http://luarocks.org/releases/luarocks-${version}.tar.gz"
2015-04-25 14:45:04 +00:00
checksum=4f0427706873f30d898aeb1dfb6001b8a3478e46a5249d015c061fe675a1f022
2015-02-03 12:09:11 +00:00
post_install() {
vlicense COPYING
}