diff --git a/easybuild/easyconfigs/j/jq/jq-1.6.eb b/easybuild/easyconfigs/j/jq/jq-1.6.eb new file mode 100644 index 00000000000..d57cc490112 --- /dev/null +++ b/easybuild/easyconfigs/j/jq/jq-1.6.eb @@ -0,0 +1,23 @@ +name = 'jq' +version = '1.6' + +homepage = 'https://stedolan.github.io/jq/' +description = """jq is a lightweight and flexible command-line JSON processor. """ + +toolchain = {'name': 'system', 'version': ''} +easyblock = 'Binary' + +source_urls = [('https://github.com/stedolan/jq/releases/download/jq-%s/' % (version)) ] +sources = [('jq-linux64')] + +checksums = ['af986793a515d500ab2d35f8d2aecd656e764504b789b66d7e1a0b727a124c44'] + +builddependencies = [] + +sanity_check_paths = { + 'files': ['jq-linux64'], + 'dirs': [''] +} + +moduleclass = 'bio' +modextrapaths = {'PATH': '.'}