mksh: add do_check().
currently 1 test fails. Closes #14366. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
f26122c5ea
commit
f821c16498
1 changed files with 6 additions and 1 deletions
|
@ -3,11 +3,12 @@ pkgname=mksh
|
||||||
version=R56c
|
version=R56c
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=mksh
|
wrksrc=mksh
|
||||||
|
checkdepends="perl ed"
|
||||||
register_shell="/bin/mksh"
|
register_shell="/bin/mksh"
|
||||||
short_desc="The MirBSD Korn Shell"
|
short_desc="The MirBSD Korn Shell"
|
||||||
maintainer='Andrea Brancaleoni <abc@pompel.me>'
|
maintainer='Andrea Brancaleoni <abc@pompel.me>'
|
||||||
homepage="https://www.mirbsd.org/mksh.htm"
|
|
||||||
license="MirOS"
|
license="MirOS"
|
||||||
|
homepage="https://www.mirbsd.org/mksh.htm"
|
||||||
distfiles="https://www.mirbsd.org/MirOS/dist/mir/${pkgname}/${pkgname}-${version}.tgz"
|
distfiles="https://www.mirbsd.org/MirOS/dist/mir/${pkgname}/${pkgname}-${version}.tgz"
|
||||||
checksum=dd86ebc421215a7b44095dc13b056921ba81e61b9f6f4cdab08ca135d02afb77
|
checksum=dd86ebc421215a7b44095dc13b056921ba81e61b9f6f4cdab08ca135d02afb77
|
||||||
|
|
||||||
|
@ -28,6 +29,10 @@ do_build() {
|
||||||
sh ./Build.sh -r -c lto
|
sh ./Build.sh -r -c lto
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
./test.sh
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin mksh
|
vbin mksh
|
||||||
vman mksh.1
|
vman mksh.1
|
||||||
|
|
Loading…
Reference in a new issue