All checks were successful
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>
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.407";
|
|
source = remoteGitHub {
|
|
suffix = "vcrhonek/hwdata";
|
|
tag = "v"+version;
|
|
checksum = "6p1XD0CRuzt6hLfjv4ShKBW934BexmoPkRrmwxD4J63fBVCzVBRHyF8pVJdW_Xjm";
|
|
};
|
|
|
|
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;
|
|
};
|
|
}
|