easyconfigs-it4i/f/FPM/FPM-1.15.0-Ruby-3.0.3.eb
Jakub Kropacek cbd8e2ffe7 new file: f/FPM/FPM-1.15.0-Ruby-3.0.3.eb
modified:   g/GROMACS/GROMACS-2020.3-foss-2021a-PLUMED-2.7.2.eb
	new file:   h/hwloc/hwloc-2.8.0.eb
	new file:   n/nano/nano-7.1-GCCcore-12.2.0.eb
	new file:   r/Ruby/Ruby-3.0.3.eb
2023-01-10 10:32:00 +01:00

30 lines
691 B
Plaintext

# IT4Innovations 2023
# JK
easyblock = 'RubyGem'
name = 'FPM'
version = '1.15.0'
local_rubyver = '3.0.3'
versionsuffix = '-Ruby-%s' % local_rubyver
homepage = 'https://github.com/jordansissel/fpm'
description = """Effing package management! Build packages for multiple platforms (deb, rpm, etc) with great ease
and sanity."""
toolchain = SYSTEM
source_urls = ['http://rubygems.org/downloads/']
sources = ['%(namelower)s-%(version)s.gem']
checksums = ['3e16d7f8d53c8110ed91cded79af231adeaf337e1f1e7a91f1bb46c40032f9c8']
dependencies = [('Ruby', local_rubyver)]
sanity_check_paths = {
'files': ['bin/fpm'],
'dirs': ['gems/%(namelower)s-%(version)s'],
}
moduleclass = 'tools'