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