metadata.xml 694 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="person">
  5. <email>nerdboy@gentoo.org</email>
  6. </maintainer>
  7. <longdescription lang="en">
  8. cccc provides source code metrics (line counts, complexity,
  9. object-oriented, and structural metrics) for Java and C++
  10. </longdescription>
  11. <upstream>
  12. <remote-id type="github">sarnold/cccc</remote-id>
  13. <bugs-to>https://github.com/sarnold/cccc/issues</bugs-to>
  14. </upstream>
  15. <use>
  16. <flag name="apidoc">Build software docs with doxygen/graphviz and metrics with cccc</flag>
  17. <flag name="mfc">Add patch for MFC dialect options</flag>
  18. </use>
  19. </pkgmetadata>