12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- [project]
- version = 0.0.1
- name = preupg
- tagline = JAT test library for preupg
- pkgname = shellfu-bash-preupg
- maintainer = Alois Mahdal <amahdal+jats@redhat.com>
- vcs_browser = https://github.com/upgrades-migrations/shellfu-bash-preupg
- 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
-
- [ENV]
- PREFIX = /usr/local
-
- [roots]
- doc = [ENV:PREFIX]/share/doc/shellfu-bash-preupg
- sfmod = [ENV:PREFIX]/share/shellfu/include-bash
- sfdata = [ENV:PREFIX]/share/shellfu-bash-preupg
-
- [macros]
- __SHELLFU_MODNAME__ = preupg
- __SHELLFU_MODHOME__ = [roots:sfdata]
- __SHELLFU_MODDESC__ = JATS is a testing framework for Shell-based test suites.
- __SHELLFU_MODDESC__ =
- __SHELLFU_MODDESC__ = This sub-package contains test modules to help test preupgrade-assistant
- __SHELLFU_MODDESC__ = AKA preupg.
-
- __SHELLFU_VREQ_LO__ = 0.10.8
- __SHELLFU_VREQ_HI__ = 0.11
- __SHELLFU_REQUIRE__ = shellfu-bash-dist
- __SHELLFU_REQUIRE__ = shellfu-bash-pxpath
-
- [files]
- doc = README.md
- sfmod = src/preupg.sh
- sfmod = src/preupg_upath.sh
- sfmod = src/preupg_fupath.sh
- sfdata = src/builtins
-
- #mkit version=0.0.32
|