Line 0
Link Here
|
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> |
3 |
<!-- |
4 |
# $Id$ |
5 |
|
6 |
This is the example metadata file. |
7 |
The root element of this file is <pkgmetadata>. Within this element a |
8 |
number of subelements are allowed, the most common being maintainer. |
9 |
|
10 |
For a full description look at: |
11 |
https://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/ |
12 |
|
13 |
Before committing, please remove the comments from this file. They are |
14 |
not relevant for general metadata.xml files. |
15 |
--> |
16 |
<pkgmetadata> |
17 |
<maintainer type="person"> |
18 |
<email>exampledev@gentoo.org</email> |
19 |
<description>Primary maintainer</description> |
20 |
</maintainer> |
21 |
<maintainer type="project"> |
22 |
<email>exampleproject@gentoo.org</email> |
23 |
<name>Gentoo Example Project</name> |
24 |
</maintainer> |
25 |
<longdescription>Test for ???</longdescription> |
26 |
</pkgmetadata> |