mkit.ini 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. [project]
  2. version = 0.1.6
  3. name = UriPecker
  4. tagline = Peck them URIs out
  5. pkgname = shellfu-bash-uripecker
  6. maintainer = Alois Mahdal <netvor+uripecker@vornet.cz>
  7. vcs_browser = https://github.com/AloisMahdal/shellfu-bash-uripecker
  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-uripecker
  25. sfmod = [ENV:PREFIX]/share/shellfu/include-bash
  26. [macros]
  27. __SHELLFU_MODNAME__ = uripecker
  28. __SHELLFU_MODDESC__ = UriPecker is Shellfu/bash module of one function that takes a string on
  29. __SHELLFU_MODDESC__ = standard output, and looks for things that look like could be URIs.
  30. __SHELLFU_MODDESC__ = Besides real URIs, it can look for set of keywords and identifiers such
  31. __SHELLFU_MODDESC__ = as 'build 1234', 'issue#45' or 'bz6789' and translate them based on a
  32. __SHELLFU_MODDESC__ = simple INI file.
  33. [files]
  34. doc = README.md
  35. sfmod = src/uripecker.sh
  36. #mkit version=0.0.34