]> gitweb.fluxo.info Git - trashman.git/commitdiff
Adds LSD
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 3 Nov 2018 17:17:44 +0000 (14:17 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 3 Nov 2018 17:17:44 +0000 (14:17 -0300)
share/hoarder/lsd/info [new file with mode: 0644]
share/hoarder/lsd/unix/linux/install [new file with mode: 0755]

diff --git a/share/hoarder/lsd/info b/share/hoarder/lsd/info
new file mode 100644 (file)
index 0000000..5513876
--- /dev/null
@@ -0,0 +1 @@
+lightweight software distribution
diff --git a/share/hoarder/lsd/unix/linux/install b/share/hoarder/lsd/unix/linux/install
new file mode 100755 (executable)
index 0000000..0a07e33
--- /dev/null
@@ -0,0 +1,19 @@
+#!/usr/bin/env sh
+#
+# Install LSD
+#
+
+# Parameters
+SHARE="$1"
+LIB="$2"
+
+# Include basic functions
+. $LIB/trashman/functions || exit 1
+
+# Requirements
+trashman_require php gpg
+
+# Install
+git clone --recursive https://git.fluxo.info/rhatto/apps $HOME/apps
+/usr/bin/git -C $HOME/apps verify-commit HEAD
+$HOME/apps/infection install console --deps