21 lines
420 B
Plaintext
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
|
|
}
|