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