forked from rosa/hakurei
This replaces pkg-config for packages later than meson. Signed-off-by: Ophestra <cat@gensokyo.uk>
17 lines
421 B
Go
17 lines
421 B
Go
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";
|
|
};
|
|
}
|