Files
hakurei/internal/rosa/package/hwdata.az
T
2026-07-05 18:57:40 +09:00

24 lines
587 B
Go

package hwdata {
description = "contains various hardware identification and configuration data";
website = "https://github.com/vcrhonek/hwdata";
anitya = 5387;
version# = "0.409";
source = remoteGitHub {
suffix = "vcrhonek/hwdata";
tag = "v"+version;
checksum = "p2qr1_Y9dpjMNnK8OPNcuHSNwZldwb6mtiJ9Nd5HgU8z3L9fixLthnixywU8dd65";
};
writable = true;
enterSource = true;
exec = make {
// awk: fatal: cannot open file `hwdata.spec' for reading: No such file or directory
inPlace = true;
// lspci: Unknown option 'A' (see "lspci --help")
skipCheck = true;
};
}