mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
luarocks: fix descr and unbreak cross.
This commit is contained in:
parent
a1125baed1
commit
0f36007138
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'luarocks'
|
# Template file for 'luarocks'
|
||||||
pkgname=luarocks
|
pkgname=luarocks
|
||||||
version=2.2.2
|
version=2.2.2
|
||||||
revision=3
|
revision=4
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="
|
configure_args="
|
||||||
|
@ -12,9 +12,8 @@ configure_args="
|
||||||
--with-lua-include=/usr/include/lua5.3
|
--with-lua-include=/usr/include/lua5.3
|
||||||
--with-downloader=curl
|
--with-downloader=curl
|
||||||
--versioned-rocks-dir"
|
--versioned-rocks-dir"
|
||||||
makedepends="lua-devel"
|
hostmakedepends="lua-devel"
|
||||||
depends="lua curl"
|
depends="lua curl"
|
||||||
nocross=yes
|
|
||||||
conf_files="/etc/luarocks/config-5.3.lua"
|
conf_files="/etc/luarocks/config-5.3.lua"
|
||||||
short_desc="Package management for Lua modules"
|
short_desc="Package management for Lua modules"
|
||||||
maintainer="Duncaen <mail@duncano.de>"
|
maintainer="Duncaen <mail@duncano.de>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue