aboutsummaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-09 17:16:27 +0300
committerCem Keylan <cem@ckyln.com>2020-09-09 17:16:27 +0300
commitfa395dfa71e4ab7b28014df311d093a8d82bef02 (patch)
tree0e831e4fda46d48cc029010243e98da6ff0c1dc9 /extra
parent963a37e0129983fcabd3a4625ae044250bf2a2db (diff)
downloadrepository-fa395dfa71e4ab7b28014df311d093a8d82bef02.tar.gz
shinit: add new package at 1.0.0
Diffstat (limited to 'extra')
-rwxr-xr-xextra/shinit/build7
-rw-r--r--extra/shinit/checksums1
-rw-r--r--extra/shinit/sources1
-rw-r--r--extra/shinit/version1
4 files changed, 10 insertions, 0 deletions
diff --git a/extra/shinit/build b/extra/shinit/build
new file mode 100755
index 00000000..0b82a3b2
--- /dev/null
+++ b/extra/shinit/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+install -Dm755 shinit "$1/usr/bin/shinit"
+install -Dm755 poweroff "$1/usr/bin/poweroff"
+
+ln -s shinit "$1/usr/bin/init"
+ln -s poweroff "$1/usr/bin/reboot"
diff --git a/extra/shinit/checksums b/extra/shinit/checksums
new file mode 100644
index 00000000..b4c85ab9
--- /dev/null
+++ b/extra/shinit/checksums
@@ -0,0 +1 @@
+7d5d60d5a56532f8cb8a6e227cba1f78fad256c8114e97c91906d9ff7e6ed0e8 1.0.0.tar.gz
diff --git a/extra/shinit/sources b/extra/shinit/sources
new file mode 100644
index 00000000..84825515
--- /dev/null
+++ b/extra/shinit/sources
@@ -0,0 +1 @@
+https://github.com/cemkeylan/shinit/archive/1.0.0.tar.gz
diff --git a/extra/shinit/version b/extra/shinit/version
new file mode 100644
index 00000000..44489962
--- /dev/null
+++ b/extra/shinit/version
@@ -0,0 +1 @@
+1.0.0 1