skel.metadata.xml 519 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <herd>sci-blah</herd>
  5. <maintainer>
  6. <email>my.email@blah.doh</email>
  7. </maintainer>
  8. <longdescription>
  9. Long description of the package. Check the homepage. Make it useful
  10. for users.
  11. </longdescription>
  12. <use>
  13. <flag name="flag">Description of how USE='flag' affects this package</flag>
  14. </use>
  15. <upstream>
  16. <remote-id type="blah">name-of-package-in-blah</remote-id>
  17. </upstream>
  18. </pkgmetadata>