code style.

This commit is contained in:
Jerome Duval
2018-08-06 15:04:59 +02:00
parent 9a6fd9b28c
commit dedc2c6324
143 changed files with 306 additions and 312 deletions

View File

@@ -2,15 +2,14 @@ SUMMARY="A deployment and management system for Lua modules"
DESCRIPTION="LuaRocks allows you to install modules as self-contained \
packages called rocks, which also contain version dependency information."
HOMEPAGE="http://luarocks.org"
COPYRIGHT="2007-2014 Kepler Project"
LICENSE="MIT"
REVISION="3"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SOURCE_URI="http://luarocks.org/releases/luarocks-2.2.0.tar.gz"
CHECKSUM_SHA256="9b1a4ec7b103e2fb90a7ba8589d7e0c8523a3d6d54ac469b0bbc144292b9279c"
COPYRIGHT="2007-2014 Kepler Project"
SOURCE_DIR=$portVersionedName
SOURCE_DIR="$portVersionedName"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
cmd:luarocks = $portVersion
@@ -21,6 +20,7 @@ REQUIRES="
lua
lib:liblua
"
BUILD_REQUIRES="
haiku_devel
lua_devel
@@ -42,6 +42,7 @@ BUILD()
./configure --prefix=$prefix --with-lua=$binDir --with-lua-include=$includeDir --with-lua-lib=$libDir
make build
}
INSTALL()
{
make install