# Description: linux port of openbsd ksh # URL: https://github.com/dimkr/loksh/ # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io name=loksh version=6.6 release=2 source=(https://github.com/dimkr/$name/archive/$version.tar.gz) build() { cd $name-$version make make BIN_DIR=/bin DESTDIR=$PKG install rm -rf $PKG/usr/share/doc rm $PKG/usr/share/man/man1/sh.1 }