New package: luarocks-2.2.0
This commit is contained in:
parent
9e9410c3e7
commit
85f94b4716
1 changed files with 20 additions and 0 deletions
20
srcpkgs/luarocks/template
Normal file
20
srcpkgs/luarocks/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'luarocks'
|
||||||
|
pkgname=luarocks
|
||||||
|
version=2.2.0
|
||||||
|
revision=1
|
||||||
|
build_style=configure
|
||||||
|
configure_args="--prefix=/usr"
|
||||||
|
hostmakedepends="curl"
|
||||||
|
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-2.2.0.tar.gz"
|
||||||
|
checksum=9b1a4ec7b103e2fb90a7ba8589d7e0c8523a3d6d54ac469b0bbc144292b9279c
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue