-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.xml
25 lines (25 loc) · 1.12 KB
/
metadata.xml
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
<?xml version="1.0" standalone="yes"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>Find your computer's WAN IPv4 and IPv6 addresses.</longdescription>
<maintainer type="person">
<name>Colin Cogle</name>
<email>colin@colincogle.name</email>
<description>You may also open an issue on GitHub.</description>
</maintainer>
<stabilize-allarches/>
<upstream>
<bugs-to>https://github.com/rhymeswithmogul/IPvMe-C/issues</bugs-to>
<changelog>https://github.com/rhymeswithmogul/IPvMe-C/blob/main/CHANGELOG.md</changelog>
<doc>https://github.com/rhymeswithmogul/IPvMe-C/blob/main/README.md</doc>
<remote-id type="github">IPvMe</remote-id>
</upstream>
<use>
<flag name="debug">Compile this app with extra debugging output.</flag>
<flag name="ipv4">Allow IPv4 addresses to be detected.</flag>
<flag name="ipv6">Allow IPv6 addresses to be detected.</flag>
<flag name="json">Allow optional JSON output.</flag>
<flag name="threads">Compile with threading support for performance improvements.</flag>
<flag name="xml">Allow optional XML output.</flag>
</use>
</pkgmetadata>