oksh: remove.
Unmaintained, missing upstream security fixes. loksh is a drop-in replacement.
This commit is contained in:
parent
7593a9d91c
commit
e12a1fadd4
4 changed files with 4 additions and 25 deletions
2
srcpkgs/loksh/INSTALL.msg
Normal file
2
srcpkgs/loksh/INSTALL.msg
Normal file
|
@ -0,0 +1,2 @@
|
|||
oksh is no longer provided by Void Linux, and will be fully removed from the repos on 2019/03/31
|
||||
oksh is now a symlink to loksh, a drop-in replacement
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'loksh'
|
||||
pkgname=loksh
|
||||
version=6.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
make_build_args="HAVE_LIBBSD=1"
|
||||
make_install_args="BIN_NAME=loksh"
|
||||
|
|
1
srcpkgs/oksh
Symbolic link
1
srcpkgs/oksh
Symbolic link
|
@ -0,0 +1 @@
|
|||
loksh
|
|
@ -1,24 +0,0 @@
|
|||
# Template file for 'oksh'
|
||||
pkgname=oksh
|
||||
version=0.5.9
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="OpenBSD's version of ksh ported to Linux"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="GPL-3"
|
||||
homepage="https://connochaetos.org/oksh/"
|
||||
distfiles="http://www.connochaetos.org/oksh/oksh-${version}.tar.gz"
|
||||
checksum=2323be6676c88bdc916dd206b9e9bd6c23bbada513edaf71dcfad97e8df3c952
|
||||
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
|
||||
"
|
||||
|
||||
do_install() {
|
||||
vbin ksh oksh
|
||||
vman ksh.1 oksh.1
|
||||
}
|
Loading…
Reference in a new issue