diff --git a/f/FAHClient/FAHClient-7.5.1.eb b/f/FAHClient/FAHClient-7.5.1.eb new file mode 100644 index 00000000..90462231 --- /dev/null +++ b/f/FAHClient/FAHClient-7.5.1.eb @@ -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'