internal/rosa/package: azalea proposal

This commit is contained in:
mae
2026-05-23 20:50:35 -05:00
parent 689f972976
commit 0307f781a2
75 changed files with 2854 additions and 2879 deletions

View File

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