From dd6793ed216b03ded375569652300ef18509f916 Mon Sep 17 00:00:00 2001 From: Josef Hrabal Date: Thu, 5 Mar 2020 09:33:45 +0100 Subject: [PATCH] new file: f/FAHClient/FAHClient-7.5.1.eb --- f/FAHClient/FAHClient-7.5.1.eb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 f/FAHClient/FAHClient-7.5.1.eb 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'