# mksh - The MirBSD Korn shell
# Generated from manifest.tsv by gen-ports.py. Edit the manifest, not this file,
# unless the package needs something the template cannot express - in which case
# drop a `recipe.local` beside it and it will be preserved.
name=mksh
version=60c
release=1
desc="The MirBSD Korn shell"
url="https://www.mirbsd.org/mksh.htm"
license="MirOS"
depend="glibc"
makedepend=""
source="https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R60c.tgz"
sha256="SKIP"

build() {
	cd "mksh-R60c"
	make -j"$JOBS" PREFIX=/usr
}

package() {
	cd "mksh-R60c"
	make PREFIX=/usr DESTDIR="$pkgdir" install
}
