mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/lua-brieflz: add explicit versioned lua-busted checkdepends
don't rely on the install_if
This commit is contained in:
parent
2f1f46ec0d
commit
64f9a6be93
@ -3,7 +3,7 @@
|
|||||||
pkgname=lua-brieflz
|
pkgname=lua-brieflz
|
||||||
_pkgname=brieflz.lua
|
_pkgname=brieflz.lua
|
||||||
pkgver=0.1.2
|
pkgver=0.1.2
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Lua binding for BriefLZ compression library"
|
pkgdesc="Lua binding for BriefLZ compression library"
|
||||||
url="https://github.com/jirutka/brieflz.lua"
|
url="https://github.com/jirutka/brieflz.lua"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -24,6 +24,7 @@ _luaversions="5.1 5.2 5.3"
|
|||||||
for _v in $_luaversions; do
|
for _v in $_luaversions; do
|
||||||
makedepends="$makedepends lua$_v-dev luarocks$_v"
|
makedepends="$makedepends lua$_v-dev luarocks$_v"
|
||||||
subpackages="$subpackages lua$_v-${pkgname#lua-}:_subpackage"
|
subpackages="$subpackages lua$_v-${pkgname#lua-}:_subpackage"
|
||||||
|
checkdepends="$checkdepends lua$_v-busted"
|
||||||
done
|
done
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
Loading…
Reference in New Issue
Block a user