summaryrefslogtreecommitdiff
path: root/net-vpn/eduvpn-common/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'net-vpn/eduvpn-common/metadata.xml')
-rw-r--r--net-vpn/eduvpn-common/metadata.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/net-vpn/eduvpn-common/metadata.xml b/net-vpn/eduvpn-common/metadata.xml
new file mode 100644
index 000000000000..26731a22c57e
--- /dev/null
+++ b/net-vpn/eduvpn-common/metadata.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>mario.haustein@hrz.tu-chemnitz.de</email>
+ <name>Mario Haustein</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+ Code to be shared between eduVPN clients
+
+ eduVPN is a frontend for either WireGuard or OpenVPN used widely at
+ european academic institutions. It features an easy to use VPN
+ configuration utility. Users just need to login occasionally with their
+ credentials issued by the institution to refresh their VPN
+ configuration.
+ </longdescription>
+ <use>
+ <flag name="openvpn">enable support for OpenVPN</flag>
+ <flag name="wireguard">enable support for WireGuard</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">eduvpn/eduvpn-common</remote-id>
+ </upstream>
+</pkgmetadata>