### this file is sourced not run
PKGVER=3.9.0
PKGBUILD=1
PKGARCH=x86_64

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

SLACKREQ=
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.3"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}

# vim:ft=sh:

