Files
hakurei/internal/rosa/package/hwdata.az
T
cat 7193656b6a internal/rosa: improve helper bindings
This uses more intuitive names for some arguments and inverts their default value. Slices and nil-capable strings replace skip arguments.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-08-10 21:55:47 +09:00

24 lines
581 B
Go

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