mkit.ini 932B

1234567891011121314151617181920212223242526272829303132333435363738
  1. [project]
  2. version = 0.11.0
  3. name = inigrep
  4. tagline = Grep them INIs
  5. pkgname = shellfu-bash-inigrep
  6. maintainer = Alois Mahdal <netvor+inigrep@vornet.cz>
  7. vcs_browser = https://github.com/AloisMahdal/shellfu-bash-inigrep
  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-inigrep
  25. sfmod = [ENV:PREFIX]/share/shellfu/include-bash
  26. [macros]
  27. __SHELLFU_MODNAME__ = inigrep
  28. __SHELLFU_MODDESC__ = inigrep is a Shellfu/Bash module for reading INI-like files.
  29. [files]
  30. doc = README.md
  31. sfmod = src/inigrep.sh
  32. #mkit version=0.0.31