mkit.ini 834B

123456789101112131415161718192021222324252627282930313233343536
  1. [project]
  2. version = 0.0.2
  3. name = Cached
  4. tagline = Cached (maybe) command execution
  5. pkgname = shellfu-bash-cached
  6. maintainer = Alois Mahdal <netvor+cached@vornet.cz>
  7. vcs_browser = https://github.com/AloisMahdal/shellfu-bash-cached
  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 = utils
  18. rpmstuff = packaging/template.spec
  19. debstuff = packaging/debian
  20. [ENV]
  21. PREFIX = /usr/local
  22. [roots]
  23. doc = [ENV:PREFIX]/share/doc/shellfu-bash-cached
  24. sfmod = [ENV:PREFIX]/share/shellfu/include-bash
  25. [tokens]
  26. __SHELLFU_MODNAME__ = cached
  27. [files]
  28. doc = README.md
  29. sfmod = src/cached.sh
  30. #mkit version=0.0.24