logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

metadata.xml (619B)


  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="person">
  5. <email>sam@gentoo.org</email>
  6. <name>Sam James</name>
  7. </maintainer>
  8. <use>
  9. <flag name="shim">
  10. Install libintl library. Not suitable on glibc systems.
  11. On musl systems, passes contents through and translates
  12. via musl's libintl.
  13. On other systems, provides a no-op library (returns
  14. input text with no changes/translations).
  15. </flag>
  16. </use>
  17. <upstream>
  18. <remote-id type="github">sabotage-linux/gettext-tiny</remote-id>
  19. </upstream>
  20. </pkgmetadata>