diff options
author | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-05 15:29:27 -0500 |
---|---|---|
committer | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-05 15:29:27 -0500 |
commit | 81555e3bd23c74ce915d246ca51fa65d84c22ae7 (patch) | |
tree | 1ba136af6b87426d37d010866b5cdac110eaeaa8 /openfortivpn/.SRCINFO |
First commitdevelop
Diffstat (limited to 'openfortivpn/.SRCINFO')
-rw-r--r-- | openfortivpn/.SRCINFO | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/openfortivpn/.SRCINFO b/openfortivpn/.SRCINFO new file mode 100644 index 0000000..55b0f55 --- /dev/null +++ b/openfortivpn/.SRCINFO @@ -0,0 +1,21 @@ +pkgbase = openfortivpn-git + pkgdesc = An open implementation of Fortinet's proprietary PPP+SSL VPN solution + pkgver = 1.23.0+r4+g27517e0 + pkgrel = 1 + url = https://github.com/adrienverge/openfortivpn + arch = x86_64 + license = GPL-3.0-only + makedepends = git + makedepends = systemd + depends = glibc + depends = openssl + depends = ppp + depends = resolvconf + depends = systemd-libs + provides = openfortivpn + conflicts = openfortivpn + backup = etc/openfortivpn/config + source = git+https://github.com/adrienverge/openfortivpn.git + sha256sums = SKIP + +pkgname = openfortivpn-git |