Merge branch 'it4i-salomon'

This commit is contained in:
Josef Hrabal 2020-03-05 09:34:53 +01:00
commit 9675720c4c

View File

@ -0,0 +1,25 @@
#
easyblock = 'Rpm'
name = 'FAHClient'
version = '7.5.1'
homepage = 'https://foldingathome.org/'
description = 'The Folding@home software.'
toolchain = SYSTEM
source_urls = ['https://download.foldingathome.org/releases/public/release/fahclient/centos-6.7-64bit/v7.5/']
sources = ['fahclient-7.5.1-1.x86_64.rpm']
sanity_check_paths = {
'files': ['usr/bin/FAHClient'],
'dirs': []
}
modextrapaths = {
'PATH': 'usr/bin',
}
moduleclass = 'tools'