]> git.armaanb.net Git - asd-repo.git/commitdiff
oksh: new package at 6.9
authorArmaan Bhojwani <me@armaanb.net>
Tue, 13 Jul 2021 21:12:05 +0000 (17:12 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Tue, 13 Jul 2021 21:51:35 +0000 (17:51 -0400)
core/busybox/checksums
core/busybox/files/config
core/busybox/version
core/oksh/build [new file with mode: 0755]
core/oksh/checksums [new file with mode: 0644]
core/oksh/depends [new file with mode: 0644]
core/oksh/post-install [new file with mode: 0755]
core/oksh/sources [new file with mode: 0644]
core/oksh/version [new file with mode: 0644]

index 3ca4b86e3937de9de6af9891b4dd29d1eb8d2102..61a7edcdf39909488c1078c900c70269eae7952f 100644 (file)
@@ -1,5 +1,5 @@
 b0409da19243f364e401dc91e345e230dbcb83938a1815a788d0a549f43886d1
-52689beac0dfc519c150561619c6f60f621c73e7b9b0e4db6b1eb6d25a7e1daa
+6168fe718fda28bd00456d80f0d276fbaf860b229a3ba8db71ecaa2af9f73e69
 3764993c00fbae89f43b1ac991ebc96774afcd7aa663a434539a5f154c8d991e
 814dea14ac612125e97dcc1d619219b2c9dfc14850bf48d858421fb2c98eca12
 11fe9cdb031d0c387dfb366dc9cdbabadd129f5bbed34659868914058ada11c7
index d13f79fbf02e4cd66e7a376a7d1e5e9d8749f3dc..5a8376718915a538b662a99886d0140497fa2fad 100644 (file)
@@ -12,7 +12,7 @@ CONFIG_DESKTOP=y
 # CONFIG_EXTRA_COMPAT is not set
 # CONFIG_FEDORA_COMPAT is not set
 CONFIG_INCLUDE_SUSv2=y
-CONFIG_LONG_OPTS=y
+CONFIG_LONG_OPTS=n
 CONFIG_SHOW_USAGE=y
 CONFIG_FEATURE_VERBOSE_USAGE=y
 CONFIG_FEATURE_COMPRESS_USAGE=y
index d991ae9266bf962c0cb6152641252bc900147a8e..a2e6ee1d8519917e40b4268052031957856aabdd 100644 (file)
@@ -1 +1 @@
-1.33.1 4
+1.33.1 5
diff --git a/core/oksh/build b/core/oksh/build
new file mode 100755 (executable)
index 0000000..8cfff78
--- /dev/null
@@ -0,0 +1,11 @@
+#!/usr/bin/sh -e
+
+./configure \
+    --prefix=/usr \
+    --bindir=/usr/bin \
+    --mandir=/usr/share/man \
+    --enable-ksh \
+    --enable-sh
+
+make
+make DESTDIR="$1" install
diff --git a/core/oksh/checksums b/core/oksh/checksums
new file mode 100644 (file)
index 0000000..9e3d1ce
--- /dev/null
@@ -0,0 +1 @@
+c08d97b2ac9ee5d88e9e508d27c75502b2d06c20d4c5ab87b496cb3b9951bd35
diff --git a/core/oksh/depends b/core/oksh/depends
new file mode 100644 (file)
index 0000000..6a470ff
--- /dev/null
@@ -0,0 +1 @@
+ncurses
diff --git a/core/oksh/post-install b/core/oksh/post-install
new file mode 100755 (executable)
index 0000000..c8b4afc
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh -e
+
+grep -qFx /usr/bin/ksh /etc/shells || printf /usr/bin/ksh\\n >> /etc/shells
diff --git a/core/oksh/sources b/core/oksh/sources
new file mode 100644 (file)
index 0000000..67e2b3a
--- /dev/null
@@ -0,0 +1 @@
+https://github.com/ibara/oksh/releases/download/oksh-6.9/oksh-6.9.tar.gz
diff --git a/core/oksh/version b/core/oksh/version
new file mode 100644 (file)
index 0000000..3957d4e
--- /dev/null
@@ -0,0 +1 @@
+6.9 1