diff options
author | 2019-12-28 00:01:04 +0100 | |
---|---|---|
committer | 2019-12-28 00:03:31 +0100 | |
commit | b9ae06f1d322f00d7a40eaf9bc7dc0d848311b3c (patch) | |
tree | 473d75791132a1a092618dabcf404a4715911712 /virtual/wireguard/metadata.xml | |
parent | media-gfx/iscan: Biggish version bump (diff) | |
download | gentoo-b9ae06f1d322f00d7a40eaf9bc7dc0d848311b3c.tar.gz gentoo-b9ae06f1d322f00d7a40eaf9bc7dc0d848311b3c.tar.bz2 gentoo-b9ae06f1d322f00d7a40eaf9bc7dc0d848311b3c.zip |
virtual/wireguard: move into proper virtual category
Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
Diffstat (limited to 'virtual/wireguard/metadata.xml')
-rw-r--r-- | virtual/wireguard/metadata.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/virtual/wireguard/metadata.xml b/virtual/wireguard/metadata.xml new file mode 100644 index 000000000000..d5c30b1930c0 --- /dev/null +++ b/virtual/wireguard/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>zx2c4@gentoo.org</email> + <name>Jason A. Donenfeld</name> + </maintainer> + <use> + <flag name="tools">Compile the wg(8) tool and related helpers. You probably want this enabled.</flag> + <flag name="module">Compile the actual WireGuard kernel module. Most certainly you want this enabled, unless you're doing something strange.</flag> + <flag name="module-src">Install the module source code to /usr/src, in case you like building kernel modules yourself.</flag> + <flag name="debug">Enable verbose debug reporting in dmesg of various WireGuard peer and device information.</flag> + </use> +</pkgmetadata> |