| 123456789101112131415161718192021222324252627282930313233343536373839404142 | 
							- [project]
 -     version     = 0.1.5
 -     name        = UriPecker
 -     tagline     = Peck them URIs out
 -     pkgname     = shellfu-bash-uripecker
 -     maintainer  = Alois Mahdal <netvor+uripecker@vornet.cz>
 -     vcs_browser = https://github.com/AloisMahdal/shellfu-bash-uripecker
 -     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-uripecker
 -     sfmod = [ENV:PREFIX]/share/shellfu/include-bash
 - 
 - [macros]
 -     __SHELLFU_MODNAME__ = uripecker
 -     __SHELLFU_MODDESC__ = UriPecker is Shellfu/bash module of one function that takes a string on
 -     __SHELLFU_MODDESC__ = standard output, and looks for things that look like could be URIs.
 -     __SHELLFU_MODDESC__ = Besides real URIs, it can look for set of keywords and identifiers such
 -     __SHELLFU_MODDESC__ = as 'build 1234', 'issue#45' or 'bz6789' and translate them based on a
 -     __SHELLFU_MODDESC__ = simple INI file.
 - 
 - [files]
 -     doc   = README.md
 -     sfmod = src/uripecker.sh
 - 
 - #mkit version=0.0.34
 
 
  |