From 284145eb8f2b77a8501e5d3163741b3155dacbd2 Mon Sep 17 00:00:00 2001 From: James Mills Date: Mon, 31 Aug 2015 22:48:39 +1000 Subject: [PATCH] shallot (NEW): create customized .onion addresses for your hidden service --- shallot/.footprint | 3 +++ shallot/.md5sum | 0 shallot/Pkgfile | 20 ++++++++++++++++++++ 3 files changed, 23 insertions(+) create mode 100644 shallot/.footprint create mode 100644 shallot/.md5sum create mode 100644 shallot/Pkgfile diff --git a/shallot/.footprint b/shallot/.footprint new file mode 100644 index 000000000..d9cf6def2 --- /dev/null +++ b/shallot/.footprint @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/shallot diff --git a/shallot/.md5sum b/shallot/.md5sum new file mode 100644 index 000000000..e69de29bb diff --git a/shallot/Pkgfile b/shallot/Pkgfile new file mode 100644 index 000000000..78be2dc23 --- /dev/null +++ b/shallot/Pkgfile @@ -0,0 +1,20 @@ +# Description: create customized .onion addresses for your hidden service +# URL: https://github.com/katmagic/Shallot +# Maintainer: James Mills, prologic at shortcircuit dot net dot au +# +# Depends on: + +name=shallot +version=git +release=1 +source=() + +build() { + git clone https://github.com/katmagic/Shallot.git + cd Shallot + + ./configure + make + + install -D -m 755 $name $PKG/usr/bin/$name +}