forked from rosa/hakurei
internal/rosa/package: pkgconf
This replaces pkg-config for packages later than meson. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user