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: over 1 year 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-16T12:06:44.000Z (over 10 years ago)
- Last Synced: 2025-01-29T15:50:43.517Z (over 1 year 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