1234567891011121314151617181920212223242526272829303132333435 |
- [project]
- version = 0.4.6
- codename = DoktorV
- name = Saturnin
- tagline = Spirit of your toolbox
- pkgname = shellfu-bash-saturnin
- maintainer = Alois Mahdal <netvor+saturnin@vornet.cz>
- vcs_browser = https://github.com/AloisMahdal/shellfu-bash-saturnin
- 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-saturnin
- sfmod = [ENV:PREFIX]/share/shellfu/include-bash
-
- [files]
- doc = README.md
- sfmod = src/saturnin.sh
-
- #mkit version=0.0.24
|