1234567891011121314151617181920212223242526272829303132333435363738 |
- [project]
- version = 0.11.0
- name = inigrep
- tagline = Grep them INIs
- pkgname = shellfu-bash-inigrep
- maintainer = Alois Mahdal <netvor+inigrep@vornet.cz>
- vcs_browser = https://github.com/AloisMahdal/shellfu-bash-inigrep
- relsrc = master
- reldst = last
-
- [dist]
- tarball = LICENSE.md
- tarball = Makefile
- tarball = README.md
- tarball = mkit.ini
- tarball = packaging
- tarball = src
- tarball = tests
- tarball = utils
- rpmstuff = packaging/template.spec
- debstuff = packaging/debian
-
- [ENV]
- PREFIX = /usr/local
-
- [roots]
- doc = [ENV:PREFIX]/share/doc/shellfu-bash-inigrep
- sfmod = [ENV:PREFIX]/share/shellfu/include-bash
-
- [macros]
- __SHELLFU_MODNAME__ = inigrep
- __SHELLFU_MODDESC__ = inigrep is a Shellfu/Bash module for reading INI-like files.
-
- [files]
- doc = README.md
- sfmod = src/inigrep.sh
-
- #mkit version=0.0.31
|