diff options
author | Erik Hanson <erik@slackbuilds.org> | 2015-05-23 19:45:38 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-24 13:26:23 +0700 |
commit | f616ac744620207ebfac607b5c207209f6d421b5 (patch) | |
tree | e8db57c01b2ada2491b3e06935858686c9d2821d /system/jq/slack-desc | |
parent | 2354bf1b669c8d8dc431992c952c5668f3957066 (diff) | |
download | slackbuilds-f616ac744620207ebfac607b5c207209f6d421b5.tar.gz |
system/jq: Added (command-line JSON processor)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/jq/slack-desc')
-rw-r--r-- | system/jq/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/jq/slack-desc b/system/jq/slack-desc new file mode 100644 index 0000000000..d07f0b44a4 --- /dev/null +++ b/system/jq/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +jq: jq (command-line JSON processor) +jq: +jq: jq is a lightweight and flexible command-line JSON processor. +jq: +jq: jq is like sed for JSON data - you can use it to slice and filter +jq: and map and transform structured data with the same ease that +jq: sed, awk, grep and friends let you play with text. +jq: +jq: Homepage: https://stedolan.github.io/jq/ +jq: +jq: |