mkit.ini 840B

1234567891011121314151617181920212223242526272829303132333435
  1. [project]
  2. version = 0.4.4
  3. codename = DoktorV
  4. name = Saturnin
  5. tagline = Spirit of your toolbox
  6. pkgname = shellfu-bash-saturnin
  7. maintainer = Alois Mahdal <netvor+saturnin@vornet.cz>
  8. vcs_browser = https://github.com/AloisMahdal/shellfu-bash-saturnin
  9. relsrc = master
  10. reldst = last
  11. [dist]
  12. tarball = LICENSE.md
  13. tarball = Makefile
  14. tarball = README.md
  15. tarball = mkit.ini
  16. tarball = packaging
  17. tarball = src
  18. tarball = tests
  19. tarball = utils
  20. rpmstuff = packaging/template.spec
  21. debstuff = packaging/debian
  22. [ENV]
  23. PREFIX = /usr/local
  24. [roots]
  25. doc = [ENV:PREFIX]/share/doc/shellfu-bash-saturnin
  26. sfmod = [ENV:PREFIX]/share/shellfu/include-bash
  27. [files]
  28. doc = README.md
  29. sfmod = src/saturnin.sh
  30. #mkit version=0.0.24