Package Details: oksh 7.8-1

Git Clone URL: https://aur.archlinux.org/oksh.git (read-only, click to copy)
Package Base: oksh
Description: Ported version of ksh from OpenBSD
Upstream URL: https://github.com/ibara/oksh/
Licenses: BSD, custom: public domain, ISC
Submitter: ndowens
Maintainer: andreas_baumann (libele)
Last Packager: andreas_baumann
Votes: 14
Popularity: 0.075062
First Submitted: 2010-09-29 08:39 (UTC)
Last Updated: 2025-11-01 16:18 (UTC)

Latest Comments

andreas_baumann commented on 2025-07-17 07:13 (UTC)

we are now at 7.7.

kseistrup commented on 2025-06-20 18:06 (UTC)

Maintainer, please update this package. Upstream is at v7.7 from 2025-05-09.

kseistrup commented on 2025-06-20 18:04 (UTC)

@noocsharp That would require a symlink from oksh to sh. This can be accomplished e.g. like the dashbinsh package that relinks /bin/sh to dash:

https://aur.archlinux.org/packages/dashbinsh

noocsharp commented on 2022-06-17 17:27 (UTC)

I think oksh should provide "sh".

sirn commented on 2019-08-01 08:49 (UTC)

Since https://www.connochaetos.org/ is now discontinued and distfile is no longer available, can this be switched to Brian Callahan's port https://github.com/ibara/oksh which is often sync with upstream OpenBSD.

I can also help maintaining this package if you're unavailable.

gaby commented on 2011-11-06 13:13 (UTC)

Dirty fix, in order to have the manpages at the right place. --- PKGBUILD.1 2011-02-21 10:30:21.000000000 +0100 +++ PKGBUILD 2011-11-06 14:11:51.278955677 +0100 @@ -21,7 +21,7 @@ package() { cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir/" mandir=$pkgdir/usr/share/man install + make DESTDIR="$pkgdir/" mandir=$pkgdir/usr/share/man/man1 install } # vim:set ts=2 sw=2 et:

<deleted-account> commented on 2010-12-26 18:16 (UTC)

Homepage is http://www.connochaetos.org/oksh/