forked from rosa/hakurei
2b8809da7a
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.408";
|
|
source = remoteGitHub {
|
|
suffix = "vcrhonek/hwdata";
|
|
tag = "v"+version;
|
|
checksum = "1Rm52ovBb8sZRlA578EKgKSIea9QGgDVSBDETU872BisZTVosQy-OTKkWpzU_ddB";
|
|
};
|
|
|
|
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;
|
|
};
|
|
}
|