mkit.ini 816B

12345678910111213141516171819202122232425262728293031323334
  1. [project]
  2. version = 0.1.0
  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. [files]
  27. doc = README.md
  28. sfmod = src/uripecker.sh
  29. #mkit version=0.0.24