mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
26 lines
461 B
Plaintext
26 lines
461 B
Plaintext
#
|
|
|
|
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'
|