diff --git a/easybuild/easyconfigs/l/libpsl/libpsl-0.21.1-GCCcore-11.2.0.eb b/easybuild/easyconfigs/l/libpsl/libpsl-0.21.1-GCCcore-11.2.0.eb new file mode 100644 index 000000000000..180125212722 --- /dev/null +++ b/easybuild/easyconfigs/l/libpsl/libpsl-0.21.1-GCCcore-11.2.0.eb @@ -0,0 +1,32 @@ +easyblock = 'ConfigureMake' + +name = 'libpsl' +version = '0.21.1' + +homepage = 'https://rockdaboot.github.io/libpsl' +description = "C library for the Public Suffix List" + +toolchain = {'name': 'GCCcore', 'version': '11.2.0'} + +source_urls = ['https://github.com/rockdaboot/libpsl/archive'] +sources = [SOURCELOWER_TAR_GZ] +checksums = ['ac6ce1e1fbd4d0254c4ddb9d37f1fa99dec83619c1253328155206b896210d4c'] + +builddependencies = [ + ('binutils', '2.37'), + ('Python', '3.9.6', '-bare'), +] + +dependencies = [ + ('libidn2', '2.3.2'), + ('libunistring', '1.0'), +] + +sanity_check_commands = [('psl --version')] + +sanity_check_paths = { + 'files': ['bin/psl', 'lib/libpsl.a'], + 'dirs': [] +} + +moduleclass = 'lib'