12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- [project]
- version = 0.0.2
- name = dist
- tagline = Shellfu/Bash module to query distribution
- pkgname = shellfu-bash-dist
- maintainer = Alois Mahdal <netvor+dist@vornet.cz>
- vcs_browser = https://pagure.io/shellfu-bash-dist
- 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-dist
- sfincb = [ENV:PREFIX]/share/shellfu/include-bash
-
- [macros]
- __SHELLFU_MODNAME__ = dist
- __SHELLFU_MODDESC__ = Shellfu/Bash module to query distribution
- __SHELLFU_VREQ_LO__ = 0.10.10
- __SHELLFU_VREQ_HI__ = 0.11
- __SHELLFU_REQUIRE__ = shellfu-bash
- __SHELLFU_REQUIRE__ = shellfu-sh-isa
- __SHELLFU_REQUIRE__ = shellfu-bash-pretty
- __SHELLFU_REQUIRE__ = shellfu-bash-sfpi
-
- [files]
- doc = README.md
- sfincb = src/dist.sh
- sfincb = src/_distp_eor.sh
- sfincb = src/_distp_esr.sh
- sfincb = src/_distp_lsb.sh
-
- #mkit version=0.0.31
|