summaryrefslogtreecommitdiff
path: root/net-vpn/eduvpn-common/metadata.xml
blob: 26731a22c57e1f6ba75b22414398d9225ee6246b (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
<?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>