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