1234567891011121314151617181920212223242526272829303132333435363738 |
- [project]
- version = 0.0.0
- name = XCase
- tagline = Shellfu/Bash/JAT data-driven testing mini-framework
- pkgname = shellfu-bash-xcase
- maintainer = Alois Mahdal <netvor+xcase@vornet.cz>
- vcs_browser = https://github.com/AloisMahdal/shellfu-bash-xcase
- relsrc = master
- reldst = last
-
- [dist]
- tarball = LICENSE.md
- tarball = Makefile
- tarball = README.md
- tarball = mkit.ini
- tarball = packaging
- tarball = src
- tarball = utils
- rpmstuff = packaging/template.spec
- debstuff = packaging/debian
-
- [ENV]
- PREFIX = /usr/local
-
- [roots]
- doc = [ENV:PREFIX]/share/doc/shellfu-bash-xcase
- sfincb = [ENV:PREFIX]/share/shellfu/include-bash
-
- [macros]
- __SHELLFU_MODNAME__ = xcase
- __SHELLFU_MODDESC__ = This Shellfu/Bash/JAT module aims to make it easier to build and maintain
- __SHELLFU_MODDESC__ = reasonable test coverage based on various combinations od input factors.
-
- [files]
- doc = README.md
- sfincb = src/xcase.sh
-
- #mkit version=0.0.32
|