skel.metadata.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <!--
  4. This is the example metadata file.
  5. The root element of this file is <pkgmetadata>. Within this element a
  6. number of subelements are allowed, the most common being maintainer.
  7. For a full description look at:
  8. https://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/
  9. Before committing, please remove the comments from this file. They are
  10. not relevant for general metadata.xml files.
  11. -->
  12. <pkgmetadata>
  13. <maintainer type="person">
  14. <email>exampledev@gentoo.org</email>
  15. <description>Primary maintainer</description>
  16. </maintainer>
  17. <maintainer type="project">
  18. <email>exampleproject@gentoo.org</email>
  19. <name>Gentoo Example Project</name>
  20. </maintainer>
  21. <longdescription>Long description of the package</longdescription>
  22. <use>
  23. <flag name="aspell">Uses <pkg>app-text/aspell</pkg> for spell checking.
  24. Requires an installed dictionary from <cat>app-dicts</cat></flag>
  25. <flag name="flag">Description of how USE='flag' affects this package</flag>
  26. <flag name="userland_GNU">Description of how USERLAND='GNU' affects this
  27. package</flag>
  28. </use>
  29. </pkgmetadata>