# Contributor: Kiyoshi Aman # Maintainer: Kiyoshi Aman pkgname=luarocks pkgver=3.1.0 pkgrel=0 pkgdesc="Package manager for Lua software" url="https://luarocks.org/" arch="noarch" options="!check" # No test suite license="MIT" depends="" makedepends="lua5.3-dev" source="https://luarocks.github.io/luarocks/releases/luarocks-$pkgver.tar.gz" build() { cd "$builddir" ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --lua-version=5.3 \ --rocks-tree=/usr/share/lua/5.3 make build } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="fd8b63671641b0872d91af6e3f129a3b1264c23ba71b51d523ff4382ffb005799a341c4ffc6483818ed56a9d6945115018078eea7c9228ed8cb5df69207ee846 luarocks-3.1.0.tar.gz"