|
@@ -27,11 +27,16 @@
|
27
|
27
|
doc = [ENV:PREFIX]/share/doc/shellfu-bash-uripecker
|
28
|
28
|
sfmod = [ENV:PREFIX]/share/shellfu/include-bash
|
29
|
29
|
|
30
|
|
-[tokens]
|
|
30
|
+[macros]
|
31
|
31
|
__SHELLFU_MODNAME__ = uripecker
|
|
32
|
+ __SHELLFU_MODDESC__ = UriPecker is Shellfu/bash module of one function that takes a string on
|
|
33
|
+ __SHELLFU_MODDESC__ = standard output, and looks for things that look like could be URIs.
|
|
34
|
+ __SHELLFU_MODDESC__ = Besides real URIs, it can look for set of keywords and identifiers such
|
|
35
|
+ __SHELLFU_MODDESC__ = as 'build 1234', 'issue#45' or 'bz6789' and translate them based on a
|
|
36
|
+ __SHELLFU_MODDESC__ = simple INI file.
|
32
|
37
|
|
33
|
38
|
[files]
|
34
|
39
|
doc = README.md
|
35
|
40
|
sfmod = src/uripecker.sh
|
36
|
41
|
|
37
|
|
-#mkit version=0.0.24
|
|
42
|
+#mkit version=0.0.34
|