mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/lua5.3: add test
This commit is contained in:
parent
dba5821d65
commit
22deae0430
@ -3,7 +3,7 @@ pkgname=lua5.3
|
||||
_pkgname=lua
|
||||
pkgver=5.3.4
|
||||
_luaver=${pkgname#lua}
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Powerful light-weight programming language"
|
||||
url="https://www.lua.org/"
|
||||
arch="all"
|
||||
@ -55,6 +55,11 @@ build() {
|
||||
alpine_all
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make test
|
||||
}
|
||||
|
||||
package() {
|
||||
local i
|
||||
cd "$builddir"
|
||||
|
Loading…
Reference in New Issue
Block a user