blob: 09be48549c6fd033aaab556f0335c171f8cf0380 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = rust-socksd
pkgdesc = A high-performance SOCKS5 and HTTP proxy server written in Rust
pkgver = 0.1.1
pkgrel = 1
url = https://github.com/quintusl/rust-socksd
install = rust-socksd.install
arch = x86_64
arch = i686
arch = aarch64
license = MIT
license = Apache-2.0
makedepends = cargo
depends = glibc
depends = gcc-libs
backup = etc/rust-socksd/config.yml
backup = etc/rust-socksd/users.yml
source = rust-socksd-0.1.1.tar.gz::https://github.com/quintusl/rust-socksd/archive/v0.1.1.tar.gz
sha256sums = SKIP
pkgname = rust-socksd
|