mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 18:03:18 +01:00
add python2-fte and fteproxy
This commit is contained in:
commit
ecaf0f5f47
2 changed files with 44 additions and 0 deletions
22
.SRCINFO
Normal file
22
.SRCINFO
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
pkgbase = fteproxy
|
||||
pkgdesc = A tool that provides transport-layer protection to resist censorship
|
||||
pkgver = 0.2.18
|
||||
pkgrel = 1
|
||||
url = https://fteproxy.org/
|
||||
arch = any
|
||||
license = GPL
|
||||
makedepends = python2-setuptools
|
||||
depends = python2
|
||||
depends = python2-pyptlib
|
||||
depends = python2-crypto
|
||||
depends = python2-fte
|
||||
depends = obfsproxy
|
||||
depends = twisted
|
||||
optdepends = tor: to use fteproxy as a pluggable transport
|
||||
source = https://fteproxy.org/dist/0.2.18/fteproxy-0.2.18-src.tar.gz
|
||||
source = https://fteproxy.org/dist/0.2.18/fteproxy-0.2.18-src.tar.gz.asc
|
||||
sha256sums = 4c8493525cafaea73240fbcd072e9290c14916b277ae6e58d98576fb9ac41073
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = fteproxy
|
||||
|
||||
22
PKGBUILD
Normal file
22
PKGBUILD
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Maintainer: mutantmonkey <aur@mutantmonkey.in>
|
||||
pkgname=fteproxy
|
||||
pkgver=0.2.16
|
||||
pkgrel=2
|
||||
pkgdesc="A tool that provides transport-layer protection to resist censorship"
|
||||
arch=('any')
|
||||
url="https://fteproxy.org/"
|
||||
license=('GPL')
|
||||
depends=('python2' 'python2-pyptlib' 'python2-crypto' 'python2-fte' 'obfsproxy'
|
||||
'twisted')
|
||||
makedepends=('python2-setuptools')
|
||||
optdepends=('tor: to use fteproxy as a pluggable transport')
|
||||
source=("https://fteproxy.org/dist/${pkgver}/fteproxy-${pkgver}-src.tar.gz"{,.asc})
|
||||
sha256sums=('77083975036c3d5beb30dc989b0150903da30f7a1449986140b4d232fa62b43d'
|
||||
'SKIP')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver-src"
|
||||
python2 setup.py install --root="$pkgdir/" --optimize=1
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
||||
Loading…
Add table
Reference in a new issue