blob: 3acb6c980381350d71f20869638c12e9a7ff07e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = openfortigui
pkgdesc = OpenFortiGUI is an open-source VPN-Client to connect to Fortigate VPN-Hardware. It is based on openfortivpn and adds an easy to use and nice GUI on top of it, written in Qt5.
pkgver = 0.9.3
pkgrel = 2
url = https://github.com/theinvisible/openfortigui.git
arch = i686
arch = x86_64
license = GPL3
makedepends = git
depends = qt5-base
depends = qtkeychain
depends = qt5-translations
depends = openssl
depends = ppp
depends = sudo
source = git+https://github.com/theinvisible/openfortigui.git#tag=v0.9.3
source = user-env.patch
md5sums = SKIP
md5sums = 7f1e96dea4ce324b59b8190640f22c43
pkgname = openfortigui
|