### this file is sourced not run
PKGVER=3.9.2
PKGBUILD=1
PKGARCH=noarch

# source: step
TARBALL=luarocks-$PKGVER.tar.gz
MD5SUM=e6597526b7e8f661b5212c2c0bee82da
SRC_URL=http://www.luarocks.org/releases/$TARBALL
BUNDLE=

SLACKREQ='lua >= 5.4.4-x86_64-1'
SLACKDESC="luarocks: luarocks $PKGVER (lua package manager)
luarocks: LuaRocks is the package manager for Lua modules.


luarocks: It allows you to create and install Lua modules as self-contained
luarocks: packages called rocks.
luarocks:
luarocks: License: lua
luarocks:
luarocks: https://luarocks.org
luarocks:
luarocks:
luarocks:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="--prefix=/usr --sysconfdir=/etc --with-lua-version=5.4"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}

# vim:ft=sh:

