Pkgfile (346B)
1 # Description: Portable OpenBSD ksh 2 # URL: https://github.com/ibara/oksh 3 # Maintainer: Shokara Kou, shokara at kalli dot st 4 5 name=oksh 6 version=7.8 7 release=1 8 source=(https://github.com/ibara/$name/releases/download/$name-$version/$name-$version.tar.gz) 9 10 build() { 11 cd $name-$version 12 13 ./configure --prefix=/usr 14 make 15 make DESTDIR=$PKG install 16 }