contrib/shallot/Pkgfile
2015-09-01 19:38:51 +10:00

21 lines
420 B
Plaintext

# 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: git
name=shallot
version=git
release=2
source=()
build() {
git clone https://github.com/katmagic/Shallot.git
cd Shallot
./configure
make
install -D -m 755 $name $PKG/usr/bin/$name
}