# Description: Portable OpenBSD ksh # URL: https://github.com/ibara/oksh # Maintainer: Shokara Kou, shokara at kalli dot st name=oksh version=7.8 release=1 source=(https://github.com/ibara/$name/releases/download/$name-$version/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install }