Search Criteria
Package Details: oksh 6.8.1-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: | |
Submitter: | ndowens |
Maintainer: | gaby |
Last Packager: | gaby |
Votes: | 7 |
Popularity: | 0.45 |
First Submitted: | 2010-09-29 08:39 |
Last Updated: | 2020-12-15 21:25 |
Latest Comments
sirn commented on 2019-08-01 08:49
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
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:
Anonymous comment on 2010-12-26 18:16
Homepage is http://www.connochaetos.org/oksh/