void-packages/srcpkgs/luarocks/template

22 lines
563 B
Bash
Raw Normal View History

2015-02-03 12:09:11 +00:00
# Template file for 'luarocks'
pkgname=luarocks
2015-03-18 23:45:19 +00:00
version=2.2.1
revision=1
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"
2015-02-03 12:17:51 +00:00
hostmakedepends="curl lua-devel"
2015-02-03 12:09:11 +00: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 12:21:17 +00:00
distfiles="http://luarocks.org/releases/luarocks-${version}.tar.gz"
2015-03-18 23:45:19 +00:00
checksum=713f8a7e33f1e6dc77ba2eec849a80a95f24f82382e0abc4523c2b8d435f7c55
2015-02-03 12:09:11 +00:00
post_install() {
vlicense COPYING
}