Files
hakurei/internal/rosa/package/musl-fts.az
T
cat 82bf46d23f
Test / Create distribution (push) Successful in 1m42s
Test / Sandbox (push) Successful in 3m6s
Test / Hakurei (push) Successful in 5m32s
Test / ShareFS (push) Failing after 18m6s
Test / Sandbox (race detector) (push) Failing after 18m7s
Test / Hakurei (race detector) (push) Failing after 18m10s
Test / Flake checks (push) Skipped
internal/rosa/package: replace pkg-config
This replaces pkg-config with pkgconf for most packages.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-08-11 21:27:09 +09:00

27 lines
495 B
Go

package musl-fts {
description = "implementation of fts(3) functions which are missing in musl libc";
website = "https://github.com/void-linux/musl-fts";
anitya = 26980;
version# = "1.2.7";
source = remoteGitHub {
suffix = "void-linux/musl-fts";
tag = "v"+version;
checksum = "N_p_ZApX3eHt7xoDCw1hLf6XdJOw7ZSx7xPvpvAP0knG2zgU0zeN5w8tt5Pg60XJ";
};
env = [
"CC=cc -fPIC",
];
exec = make {
generate = "./bootstrap.sh";
};
inputs = [
automake,
libtool,
pkgconf,
];
}