Files
hakurei/internal/rosa/package/pkgconf.az
T
2026-08-24 16:49:58 +09:00

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.6";
source = remoteGitHub {
suffix = "pkgconf/pkgconf";
tag = "pkgconf-"+version;
checksum = "2BY20A8o2LTp6qa5MNsH_UPwkN7OGI6DBXGLqpF0g5mOKazYaCVkslFjnI81B2NI";
};
exec = meson {
postInstall = "ln -s pkgconf /work/system/bin/pkg-config";
};
}