Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/z0mbix/rpm-jq
Build an up to date RPM for jq on CentOS/RHEL 6
https://github.com/z0mbix/rpm-jq
Last synced: about 1 month ago
JSON representation
Build an up to date RPM for jq on CentOS/RHEL 6
- Host: GitHub
- URL: https://github.com/z0mbix/rpm-jq
- Owner: z0mbix
- License: mit
- Created: 2016-01-16T12:05:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-16T12:06:44.000Z (almost 9 years ago)
- Last Synced: 2024-04-17T20:13:13.473Z (9 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A nice jq RPM
=============I love [jq](https://stedolan.github.io/jq/), but the version available for CentOS 6 (from EPEL) is 1.3 which is really old now.
jq 1.5 is much better than 1.3 and I needed the newer features for several
parts of our automation.jq is a single binary and can be easily downloaded from Github, but installing
software with Chef/Puppet etc. is easier when it's a package, hence this repo.## Where to find it
/usr/bin/jq
## Requirements
- fpm
- curl