a8ffaa20e0
Test / Create distribution (push) Successful in 1m2s
Test / Sandbox (push) Successful in 3m13s
Test / Hakurei (push) Successful in 5m24s
Test / ShareFS (push) Successful in 5m29s
Test / Sandbox (race detector) (push) Successful in 7m4s
Test / Hakurei (race detector) (push) Successful in 8m47s
Test / Flake checks (push) Successful in 1m10s
Signed-off-by: Ophestra <cat@gensokyo.uk>
24 lines
587 B
Go
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;
|
|
};
|
|
}
|