diff options
Diffstat (limited to 'internal/rosa/package/pkgconf.az')
| -rw-r--r-- | internal/rosa/package/pkgconf.az | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/internal/rosa/package/pkgconf.az b/internal/rosa/package/pkgconf.az new file mode 100644 index 00000000..bd65f366 --- /dev/null +++ b/internal/rosa/package/pkgconf.az @@ -0,0 +1,16 @@ +package pkgconf { + description = "package compiler and linker metadata toolkit"; + website = "https://github.com/pkgconf/pkgconf"; + anitya = 12753; + + version# = "3.0.5"; + source = remoteGitHub { + suffix = "pkgconf/pkgconf"; + tag = "pkgconf-"+version; + checksum = "ZWak6fggXCzZkROSnSrl9twRRV9OJA7Q4DamFKEm094e2vgf_99gCxkmrZP3VFYH"; + }; + + exec = meson { + postInstall = "ln -s pkgconf /work/system/bin/pkg-config"; + }; +} |
