21 lines
636 B
Bash
21 lines
636 B
Bash
# Template file for 'oksh'
|
|
pkgname=oksh
|
|
version=7.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="ncurses-devel"
|
|
short_desc="Portable OpenBSD ksh, based on the Public Domain Korn Shell"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="Public Domain"
|
|
homepage="https://github.com/ibara/oksh"
|
|
distfiles="https://github.com/ibara/oksh/releases/download/oksh-${version}/oksh-${version}.tar.gz"
|
|
checksum=be9a8d457bf373bd04618074c41b46f4edec2ba1c57a58be881d60eaa6628596
|
|
register_shell="/bin/oksh"
|
|
|
|
alternatives="
|
|
ksh:ksh:/usr/bin/oksh
|
|
ksh:ksh.1:/usr/share/man/man1/oksh.1
|
|
sh:sh:/usr/bin/oksh
|
|
sh:sh.1:/usr/share/man/man1/oksh.1
|
|
"
|