summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: cf80dcbc6a7bb2b8449578c58e5dd76fa1471689 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Chiheb Bayouli <chihebbayouli@tuta.io>
pkgname=gentor
pkgver=0.3
pkgrel=1
pkgdesc="Utility to make your internet traffic anonymized through Tor network"
arch=(any)
url="https://github.com/ChihebBayouli/gentor"
license=('EULA')
depends=(wget curl systemd iptables)
source=("https://github.com/ChihebBayouli/gentor/releases/download/v0.2/setup")
install=.INSTALL
md5sums=('4209bd86db4196843282503355fdb9d7')
build() {
	chmod +x setup
}
package() {
	sudo ./setup
}