mirror of
https://github.com/0x5t4l1n/NexTOR_IP_CHANGER.git
synced 2026-05-26 11:51:55 +00:00
Initial AUR release
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
pkgbase = nextor-ip-changer
|
||||
pkgdesc = A Python-based tool to change Tor IPs dynamically
|
||||
pkgver = 1.0.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/Stalin-143/NexTOR_IP_CHANGER
|
||||
arch = any
|
||||
license = MIT
|
||||
makedepends = git
|
||||
depends = python
|
||||
depends = tor
|
||||
source = nextor-ip-changer::git+https://github.com/Stalin-143/NexTOR_IP_CHANGER#tag=v1.0.0
|
||||
md5sums = SKIP
|
||||
|
||||
pkgname = nextor-ip-changer
|
||||
@@ -0,0 +1,17 @@
|
||||
# Maintainer: 5t4l1n <nexulean@nexulean.info>
|
||||
pkgname=nextor-ip-changer
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="A Python-based tool to change Tor IPs dynamically"
|
||||
arch=('any')
|
||||
url="https://github.com/Stalin-143/NexTOR_IP_CHANGER"
|
||||
license=('MIT')
|
||||
depends=('python' 'tor')
|
||||
makedepends=('git')
|
||||
source=("$pkgname::git+$url#tag=v$pkgver")
|
||||
md5sums=('SKIP')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname"
|
||||
install -Dm755 NexTOR.py "$pkgdir/usr/bin/nextor"
|
||||
}
|
||||
Reference in New Issue
Block a user