15 lines
554 B
Bash
15 lines
554 B
Bash
# Template file for 'python3-tiny-proxy'
|
|
pkgname=python3-tiny-proxy
|
|
version=0.2.1
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3-anyio"
|
|
short_desc="SOCKS5/SOCKS4/HTTP proxy server"
|
|
maintainer="Arjan Mossel <arjanmossel@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/romis2012/tiny-proxy"
|
|
distfiles="https://github.com/romis2012/tiny-proxy/archive/v${version}.tar.gz"
|
|
checksum=d816f9c26cf8d6e7cf735f75ed9604d211a78fb4aa9fef35bb103d52b33cfb4f
|
|
make_check=no # Depends on httpx-socks
|