Resync from internal VCS manually (#9159)
[hiphop-php.git] / build / fbcode_builder / manifests / jq
blob231818f343e97d0fa45863301cab0b648b89a1b0
1 [manifest]
2 name = jq
4 [rpms]
5 jq
7 [debs]
8 jq
10 [download.not(os=windows)]
11 url = https://github.com/stedolan/jq/releases/download/jq-1.5/jq-1.5.tar.gz
12 sha256 = c4d2bfec6436341113419debf479d833692cc5cdab7eb0326b5a4d4fbe9f493c
14 [build.not(os=windows)]
15 builder = autoconf
16 subdir = jq-1.5
18 [build.os=windows]
19 builder = nop
21 [autoconf.args]
22 # This argument turns off some developers tool and it is recommended in jq's
23 # README
24 --disable-maintainer-mode