shell dot on steroids https://pagure.io/shellfu

mkit.ini 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. [project]
  2. version = 0.10.27
  3. codename = FloatingPointError
  4. name = Shellfu
  5. tagline = Shell dot on steroids
  6. pkgname = shellfu
  7. maintainer = Alois Mahdal <netvor@vornet.cz>
  8. vcs_browser = https://pagure.io/shellfu
  9. relsrc = master
  10. reldst = latest
  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. bin = [ENV:PREFIX]/bin
  26. doc = [ENV:PREFIX]/share/doc/shellfu
  27. etc_bc = /etc/bash_completion.d
  28. includes = [ENV:PREFIX]/share/shellfu
  29. share = [ENV:PREFIX]/share/shellfu
  30. [macros]
  31. __SHELLFU_DIR__ = [roots:share]
  32. [modes]
  33. bin = 755
  34. doc = 644
  35. includes = 644
  36. share = 644
  37. [files]
  38. bin = src/bin/sfdoc
  39. bin = src/bin/sfembed
  40. bin = src/bin/sfpath
  41. doc = LICENSE.md
  42. doc = README.md
  43. etc_bc = src/complete.bash shellfu.bash
  44. includes = src/include-bash
  45. includes = src/include-sh
  46. share = src/shellfu.sh
  47. #mkit version=0.0.32