[manifest]
name = jq

[rpms]
jq

[debs]
jq

[download.not(os=windows)]
url = https://github.com/stedolan/jq/releases/download/jq-1.5/jq-1.5.tar.gz
sha256 = c4d2bfec6436341113419debf479d833692cc5cdab7eb0326b5a4d4fbe9f493c

[build.not(os=windows)]
builder = autoconf
subdir = jq-1.5

[build.os=windows]
builder = nop

[autoconf.args]
# This argument turns off some developers tool and it is recommended in jq's
# README
--disable-maintainer-mode
