oksh-noxz

[fork] Portable OpenBSD ksh, based on the Public Domain Korn Shell (pdksh).
git clone https://noxz.tech/git/oksh-noxz.git
oksh-noxz

commit: 53b138c80a1f6d35e7eb834ff4343a512058f513
parent: 6d93631928bc2939043fcac603967acea604d915
author: Brian Callahan <ibara@users.noreply.github.com>
date:   Sun, 12 Jul 2020 10:30:21 -0400
Improve package-at-a-glace in README.md53b138c80a1f6d35e7eb834ff4343a512058f513
 README.md | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
@@ -58,14 +58,12 @@ Building with a compiler not listed here? Add it and send a pull request!
 Packages
 --------
 `oksh` is included in some package systems.
-* [FreeBSD ports](https://www.freshports.org/shells/oksh/)
-* [pkgsrc](http://pkgsrc.se/shells/oksh)
-* [Ravenports](http://www.ravenports.com/catalog/bucket_9E/ksh/standard/)
+
+[![Packaging status](https://repology.org/badge/vertical-allrepos/oksh.svg)](https://repology.org/project/oksh/versions)
+
+In addition, there are some unofficial packages:
 * [Ubuntu PPA](https://launchpad.net/~dysfunctionalprogramming/+archive/ubuntu/oksh)
-* [MacPorts](https://www.macports.org/ports.php?by=name&substr=oksh)
 * [Homebrew](https://github.com/sirn/homebrew-oksh/)
-* [AUR](https://aur.archlinux.org/packages/oksh)
-* [SlackBuilds](https://slackbuilds.org/repository/14.2/system/oksh/)
 
 Using a package not listed here? Add it and send a pull request!