Skip to content

Commit

Permalink
Merge pull request #18706 from SebastianAchilles/20230903165947_new_p…
Browse files Browse the repository at this point in the history
…r_pkgconf203

{devel}[GCCcore/13.2.0] pkgconf v2.0.3
  • Loading branch information
branfosj authored Sep 4, 2023
2 parents 49f0079 + fe16f57 commit ece73c1
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions easybuild/easyconfigs/p/pkgconf/pkgconf-2.0.3-GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
easyblock = 'ConfigureMake'

name = 'pkgconf'
version = '2.0.3'

homepage = 'https://github.com/pkgconf/pkgconf'

description = """pkgconf is a program which helps to configure compiler and linker flags for development libraries.
It is similar to pkg-config from freedesktop.org."""

toolchain = {'name': 'GCCcore', 'version': '13.2.0'}

source_urls = ['https://distfiles.ariadne.space/pkgconf/']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['a8f25f4b0c1ad48edc9b07ed46101aab4bcb305ba6ae811be49b7499b00eed49']

builddependencies = [('binutils', '2.40')]

postinstallcmds = ["cd %(installdir)s/bin && ln -s pkgconf pkg-config"]

sanity_check_paths = {
'files': ['bin/pkg-config', 'bin/pkgconf'],
'dirs': [],
}

sanity_check_commands = [
"pkg-config --help",
"pkgconf --help",
]

moduleclass = 'devel'

0 comments on commit ece73c1

Please sign in to comment.