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

control 3.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. Source: __MKIT_PROJ_PKGNAME__
  2. Maintainer: __MKIT_PROJ_MAINTAINER__
  3. Vcs-Browser: __MKIT_PROJ_VCS_BROWSER__
  4. Section: misc
  5. Priority: extra
  6. Standards-Version: 3.9.2
  7. Build-Depends: debhelper (>= 9)
  8. Package: __MKIT_PROJ_PKGNAME__
  9. Architecture: all
  10. Depends: bash
  11. Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
  12. Shellfu is an attempt to add modularity to your shell scripts.
  13. .
  14. With Shellfu you can develop your shell modules separately from your
  15. scripts, and test, use, explore or study them without need to be aware
  16. of details such as where the actual files are placed.
  17. .
  18. Shellfu is mostly intended for cases when there's need for non-trivial
  19. amount of reliable body of shell scripts, and access to advanced modular
  20. languages such as Python or Perl is limited.
  21. .
  22. This sub-package contains only the Shellfu/Bash management system but
  23. not actual modules. Use this if you want to write all modules yourself.
  24. Package: shellfu-bash
  25. Architecture: all
  26. Depends: shellfu
  27. Description: Bash-specific base
  28. Shellfu is an attempt to add modularity to your shell scripts.
  29. .
  30. With Shellfu you can develop your shell modules separately from your
  31. scripts, and test, use, explore or study them without need to be aware
  32. of details such as where the actual files are placed.
  33. .
  34. Shellfu is mostly intended for cases when there's need for non-trivial
  35. amount of reliable body of shell scripts, and access to advanced modular
  36. languages such as Python or Perl is limited.
  37. .
  38. This sub-package contains Bash-specific parts of library infrastructure.
  39. Shellfu modules written for Bash should depend on this.
  40. Package: shellfu-bash-core
  41. Architecture: all
  42. Depends: shellfu-bash
  43. Description: Core Bash modules for Shellfu
  44. Shellfu is an attempt to add modularity to your shell scripts.
  45. .
  46. With Shellfu you can develop your shell modules separately from your
  47. scripts, and test, use, explore or study them without need to be aware
  48. of details such as where the actual files are placed.
  49. .
  50. Shellfu is mostly intended for cases when there's need for non-trivial
  51. amount of reliable body of shell scripts, and access to advanced modular
  52. languages such as Python or Perl is limited.
  53. .
  54. This sub-package contains core Shellfu modules.
  55. Package: shellfu-bash-extras
  56. Architecture: all
  57. Depends: shellfu-bash, shellfu-bash-core
  58. Description: Extra Bash modules for Shellfu
  59. Shellfu is an attempt to add modularity to your shell scripts.
  60. .
  61. With Shellfu you can develop your shell modules separately from your
  62. scripts, and test, use, explore or study them without need to be aware
  63. of details such as where the actual files are placed.
  64. .
  65. Shellfu is mostly intended for cases when there's need for non-trivial
  66. amount of reliable body of shell scripts, and access to advanced modular
  67. languages such as Python or Perl is limited.
  68. .
  69. This sub-package contains extra Shellfu modules, most of them under
  70. heavy development.
  71. Package: shellfu-devel
  72. Architecture: all
  73. Depends: shellfu-bash-core
  74. Description: Essential developer tools
  75. Shellfu is an attempt to add modularity to your shell scripts.
  76. .
  77. With Shellfu you can develop your shell modules separately from your
  78. scripts, and test, use, explore or study them without need to be aware
  79. of details such as where the actual files are placed.
  80. .
  81. Shellfu is mostly intended for cases when there's need for non-trivial
  82. amount of reliable body of shell scripts, and access to advanced modular
  83. languages such as Python or Perl is limited.
  84. .
  85. This sub-package contains tools useful mostly for development of shellfu
  86. scripts; most notably shellfu-doc which provides access to online
  87. (as in traditional man pages) documentation of shellfu modules.
  88. # control file built with MKit __MKIT_SELF_VERSION__