12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- [project]
- version = 0.0.2
- name = pxpath
- tagline = Poor man's XPath library
- pkgname = shellfu-bash-pxpath
- maintainer = Alois Mahdal <amahdal+pxpath@redhat.con>
- vcs_browser = https://github.com/AloisMahdal/shellfu-bash-pxpath
- 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-pxpath
- sfmod = [ENV:PREFIX]/share/shellfu/include-bash
- libexec = [ENV:PREFIX]/libexec/shellfu-bash-pxpath
-
- [tokens]
- __SHELLFU_MODNAME__ = pxpath
- __SHELLFU_LIBEXEC__ = [roots:libexec]
-
- [files]
- doc = README.md
- sfmod = src/pxpath.sh
- libexec = src/pxpath
-
- [modes]
- libexec = 0755
-
- #mkit version=0.0.29
|