mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/lua-feedparser: skip luajit check
This commit is contained in:
parent
2444e77aba
commit
d9d668cd8c
@ -8,7 +8,6 @@ url="https://github.com/slact/lua-feedparser"
|
||||
arch="noarch"
|
||||
license="BSD-3-Clause"
|
||||
depends="lua lua-expat"
|
||||
checkdepends="luajit"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/slact/lua-feedparser/archive/$pkgver.tar.gz"
|
||||
|
||||
provides="$pkgname-common=$pkgver-r$pkgrel" # for backward compatibility
|
||||
@ -21,7 +20,7 @@ for _v in $_luaversions; do
|
||||
done
|
||||
|
||||
check() {
|
||||
local lver; for lver in $_luaversions jit; do
|
||||
local lver; for lver in $_luaversions; do
|
||||
msg "Testing on Lua $lver"
|
||||
make test LUA_BIN=lua$lver
|
||||
done
|
||||
@ -38,4 +37,6 @@ package() {
|
||||
echo 'rock_manifest = {}' > "$rockdir"/rock_manifest
|
||||
}
|
||||
|
||||
sha512sums="8a65947b5472321fc162ec325c31e4d92e52e6cba6952c01c9941a7596403ed495ee464bfc32f5fdda3c58d33fae3a3b38882f7f22ecc16360c6603cd7ab4d4d lua-feedparser-0.71.tar.gz"
|
||||
sha512sums="
|
||||
8a65947b5472321fc162ec325c31e4d92e52e6cba6952c01c9941a7596403ed495ee464bfc32f5fdda3c58d33fae3a3b38882f7f22ecc16360c6603cd7ab4d4d lua-feedparser-0.71.tar.gz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user