Poor man's XPath library https://pagure.io/shellfu-bash-pxpath

mkit.ini 1007B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [project]
  2. version = 0.0.3
  3. name = pxpath
  4. tagline = Poor man's XPath library
  5. pkgname = shellfu-bash-pxpath
  6. maintainer = Alois Mahdal <amahdal+pxpath@redhat.con>
  7. vcs_browser = https://github.com/AloisMahdal/shellfu-bash-pxpath
  8. relsrc = master
  9. reldst = last
  10. [dist]
  11. tarball = LICENSE.md
  12. tarball = Makefile
  13. tarball = README.md
  14. tarball = mkit.ini
  15. tarball = packaging
  16. tarball = src
  17. tarball = tests
  18. tarball = utils
  19. rpmstuff = packaging/template.spec
  20. debstuff = packaging/debian
  21. [ENV]
  22. PREFIX = /usr/local
  23. [roots]
  24. doc = [ENV:PREFIX]/share/doc/shellfu-bash-pxpath
  25. sfmod = [ENV:PREFIX]/share/shellfu/include-bash
  26. libexec = [ENV:PREFIX]/libexec/shellfu-bash-pxpath
  27. [tokens]
  28. __SHELLFU_MODNAME__ = pxpath
  29. __SHELLFU_LIBEXEC__ = [roots:libexec]
  30. [files]
  31. doc = README.md
  32. sfmod = src/pxpath.sh
  33. libexec = src/pxpath
  34. [modes]
  35. libexec = 0755
  36. #mkit version=0.0.29