summaryrefslogtreecommitdiff
path: root/skel.metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /skel.metadata.xml
reinit the tree, so we can have metadata
Diffstat (limited to 'skel.metadata.xml')
-rw-r--r--skel.metadata.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/skel.metadata.xml b/skel.metadata.xml
new file mode 100644
index 000000000000..42444c655870
--- /dev/null
+++ b/skel.metadata.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!--
+This is the example metadata file.
+The root element of this file is <pkgmetadata>. Within this element a
+number of subelements are allowed, the most common being maintainer.
+
+For a full description look at:
+https://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/
+
+Before committing, please remove the comments from this file. They are
+not relevant for general metadata.xml files.
+-->
+<pkgmetadata>
+<maintainer type="person">
+ <email>exampledev@gentoo.org</email>
+ <description>Primary maintainer</description>
+</maintainer>
+<maintainer type="project">
+ <email>exampleproject@gentoo.org</email>
+ <name>Gentoo Example Project</name>
+</maintainer>
+<longdescription>Long description of the package</longdescription>
+<use>
+ <flag name="aspell">Uses <pkg>app-text/aspell</pkg> for spell checking.
+ Requires an installed dictionary from <cat>app-dicts</cat></flag>
+ <flag name="flag">Description of how USE='flag' affects this package</flag>
+ <flag name="userland_GNU">Description of how USERLAND='GNU' affects this
+ package</flag>
+</use>
+</pkgmetadata>