diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-11-03 14:17:44 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-11-03 14:17:44 -0300 |
commit | d240ba9f46a0f2c97da9f0ccd99af32dbba9fa16 (patch) | |
tree | ac4108ccc4abbdced4464b8f07e625fbdb03a534 /share/hoarder | |
parent | 1b0a69e1dbadc28d80d369379e1043e6c71abde1 (diff) | |
download | trashman-d240ba9f46a0f2c97da9f0ccd99af32dbba9fa16.tar.gz trashman-d240ba9f46a0f2c97da9f0ccd99af32dbba9fa16.tar.bz2 |
Adds LSD
Diffstat (limited to 'share/hoarder')
-rw-r--r-- | share/hoarder/lsd/info | 1 | ||||
-rwxr-xr-x | share/hoarder/lsd/unix/linux/install | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/share/hoarder/lsd/info b/share/hoarder/lsd/info new file mode 100644 index 0000000..5513876 --- /dev/null +++ b/share/hoarder/lsd/info @@ -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 index 0000000..0a07e33 --- /dev/null +++ b/share/hoarder/lsd/unix/linux/install @@ -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 |