Skip to content

Commit

Permalink
Merge pull request #500 from kdelange/master
Browse files Browse the repository at this point in the history
jq-1.6.eb file
  • Loading branch information
pneerincx committed Oct 21, 2022
2 parents 05c4929 + f9f68de commit 946d472
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions 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': '.'}

0 comments on commit 946d472

Please sign in to comment.