diff options
author | James Mills <prologic@shortcircuit.net.au> | 2015-08-31 22:48:39 +1000 |
---|---|---|
committer | James Mills <prologic@shortcircuit.net.au> | 2015-08-31 22:48:39 +1000 |
commit | 284145eb8f2b77a8501e5d3163741b3155dacbd2 (patch) | |
tree | 5698cffd50917d657afeab7a75bbe27996015aef /shallot | |
parent | 406683225c69869011a19ff21e42f18a766a6282 (diff) | |
download | contrib-284145eb8f2b77a8501e5d3163741b3155dacbd2.tar.gz contrib-284145eb8f2b77a8501e5d3163741b3155dacbd2.tar.xz |
shallot (NEW): create customized .onion addresses for your hidden service
Diffstat (limited to 'shallot')
-rw-r--r-- | shallot/.footprint | 3 | ||||
-rw-r--r-- | shallot/.md5sum | 0 | ||||
-rw-r--r-- | shallot/Pkgfile | 20 |
3 files changed, 23 insertions, 0 deletions
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 --- /dev/null +++ b/shallot/.md5sum 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 +} |