diff options
author | Charles DELFLY | 2018-01-04 02:14:43 +0700 |
---|---|---|
committer | Charles DELFLY | 2018-01-04 02:14:43 +0700 |
commit | 0a00fcf85640ec679a2a42d16e0b2b5d8e802749 (patch) | |
tree | 601fcd051d194823a9baeafecc51229d2d5aa992 /.SRCINFO | |
download | aur-0a00fcf85640ec679a2a42d16e0b2b5d8e802749.tar.gz |
Create initial PKGBUILD
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 000000000000..76b78e7ad1eb --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,18 @@ +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.4.1 + pkgrel = 1 + url = https://github.com/theinvisible/openfortigui.git + arch = i686 + arch = x86_64 + license = GPL3 + makedepends = git + depends = qt5-base + depends = openssl + depends = ppp + depends = sudo + source = git+https://github.com/theinvisible/openfortigui.git#tag=v0.4.1 + md5sums = SKIP + +pkgname = openfortigui + |