Files
hakurei/internal/rosa/package/strace/package.az
T
2026-08-20 18:13:30 +09:00

36 lines
691 B
Go

package strace {
description = "a diagnostic, debugging and instructional userspace utility";
website = "https://strace.io";
anitya = 4897;
version# = "7.2";
source = remoteGit {
url = "https://github.com/strace/strace.git";
tag = "v"+version;
checksum = "_vIfkx9C8Q-F4Q1WE1jBMPFeDv3f2h-L1BTCokKqw3G993H2i5NYtBArIDo2Sx_O";
};
patches = [
"tests-musl.patch",
"skip-broken-tests.patch",
];
exec = make {
generate = "tee .version .tarball-version <<< '"+version+"' > /dev/null && "+
"./bootstrap";
configure = {
// tests broken on clang
"disable-gcc-Werror";
"enable-mpers": "no";
};
};
inputs = [
bash,
gawk,
automake,
kernel-headers,
];
}