blob: f8c52149dafd603ef95a330decf36effe6ffc97c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
pkgbase = wg-client
pkgdesc = Wireguard linux client (command line and gui)
pkgver = 5.9.3
pkgrel = 1
url = https://github.com/gene-git/wg-client
install = wg-client.install
changelog = Changelog.rst
arch = x86_64
license = MIT
makedepends = git
makedepends = python-build
makedepends = python-wheel
makedepends = python-installer
makedepends = python-hatch
makedepends = rsync
depends = python>3.10
depends = python-pyqt6
depends = hicolor-icon-theme
depends = python-psutil
depends = python-netifaces
depends = libcap
depends = python-netaddr
depends = python-pynotify
depends = openssl>=3.0
source = git+https://github.com/gene-git/wg-client#tag=5.9.3
sha512sums = SKIP
pkgname = wg-client
|