a3867ad65f
Test / Create distribution (push) Successful in 2m40s
Test / Sandbox (push) Successful in 2m46s
Test / ShareFS (push) Successful in 3m47s
Test / Sandbox (race detector) (push) Successful in 5m28s
Test / Hakurei (race detector) (push) Successful in 6m47s
Test / Hakurei (push) Successful in 2m41s
Test / Flake checks (push) Successful in 1m31s
This replaces the '*' placeholder with a less confusing '#'. Signed-off-by: Ophestra <cat@gensokyo.uk>
27 lines
498 B
Go
27 lines
498 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,
|
|
pkg-config,
|
|
];
|
|
}
|