shallot (NEW): create customized .onion addresses for your hidden service

This commit is contained in:
James Mills 2015-08-31 22:48:39 +10:00
parent 406683225c
commit 284145eb8f
3 changed files with 23 additions and 0 deletions

3
shallot/.footprint Normal file
View File

@ -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

0
shallot/.md5sum Normal file
View File

20
shallot/Pkgfile Normal file
View File

@ -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
}