mksh: add do_check().

currently 1 test fails.

Closes #14366.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-05-13 18:11:24 -03:00 committed by Enno Boland
parent f26122c5ea
commit f821c16498
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
1 changed files with 6 additions and 1 deletions

View File

@ -3,11 +3,12 @@ pkgname=mksh
version=R56c
revision=1
wrksrc=mksh
checkdepends="perl ed"
register_shell="/bin/mksh"
short_desc="The MirBSD Korn Shell"
maintainer='Andrea Brancaleoni <abc@pompel.me>'
homepage="https://www.mirbsd.org/mksh.htm"
license="MirOS"
homepage="https://www.mirbsd.org/mksh.htm"
distfiles="https://www.mirbsd.org/MirOS/dist/mir/${pkgname}/${pkgname}-${version}.tgz"
checksum=dd86ebc421215a7b44095dc13b056921ba81e61b9f6f4cdab08ca135d02afb77
@ -28,6 +29,10 @@ do_build() {
sh ./Build.sh -r -c lto
}
do_check() {
./test.sh
}
do_install() {
vbin mksh
vman mksh.1