contrib/shallot/Pkgfile

21 lines
420 B
Plaintext
Raw Normal View History

# 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
#
2015-09-01 11:38:51 +02:00
# Depends on: git
name=shallot
version=git
2015-09-01 11:38:51 +02:00
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
}