# Template file for 'mksh' pkgname=mksh version=R59c revision=2 checkdepends="perl ed" short_desc="MirBSD Korn Shell" maintainer="Andrea Brancaleoni " license="MirOS" homepage="https://www.mirbsd.org/mksh.htm" changelog="https://www.mirbsd.org/mksh.htm#clog" distfiles="https://www.mirbsd.org/MirOS/dist/mir/${pkgname}/${pkgname}-${version}.tgz" checksum=77ae1665a337f1c48c61d6b961db3e52119b38e58884d1c89684af31f87bc506 # with the way xbps-src is currently designed, running the test suite will result # in the xbps-src process getting suspended during the run, with a message like # zsh: suspended (tty input) # # the only way around this would be to setsid() in xbps-uunshare/uchroot/etc # make_check=no register_shell="/bin/mksh" alternatives=" sh:sh:/usr/bin/lksh sh:sh.1:/usr/share/man/man1/lksh.1 ksh:ksh:/usr/bin/mksh ksh:ksh.1:/usr/share/man/man1/mksh.1" build_options="static" do_build() { if [ "$build_option_static" ]; then CFLAGS+=" -static" LDFLAGS+=" -static" fi sh ./Build.sh -r mkdir -p lksh cd lksh CPPFLAGS="$CPPFLAGS -DMKSH_BINSHPOSIX" sh ../Build.sh -L -r cd .. } do_check() { ./test.sh cd lksh ./test.sh cd .. } do_install() { vbin mksh vbin lksh/lksh vman mksh.1 vman lksh.1 vinstall dot.mkshrc 644 etc/skel .mkshrc vlicense ${FILESDIR}/TaC-mksh.txt }