diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-20 02:25:41 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-20 02:25:41 +0900 |
| commit | 96abf266dd8bbbb4ea65c74a3f84f2461a6021a7 (patch) | |
| tree | df40c99715f061d15c9c32165bcbf9a3343c256f /internal/rosa/hwdata.go | |
| parent | fcba32e9c4bc27a0cdcd1a78bbc1cf5ea799c18e (diff) | |
internal/rosa/package: migrate hwdata, kmod, libarchive
This removes a blank line in CTestCustom.cmake, causing a libarchive rebuild. Resulting IR is identical otherwise.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/hwdata.go')
| -rw-r--r-- | internal/rosa/hwdata.go | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/internal/rosa/hwdata.go b/internal/rosa/hwdata.go deleted file mode 100644 index 454cec28..00000000 --- a/internal/rosa/hwdata.go +++ /dev/null @@ -1,32 +0,0 @@ -package rosa - -import "hakurei.app/internal/pkg" - -func (t Toolchain) newHwdata() (pkg.Artifact, string) { - const ( - version = "0.407" - checksum = "6p1XD0CRuzt6hLfjv4ShKBW934BexmoPkRrmwxD4J63fBVCzVBRHyF8pVJdW_Xjm" - ) - return t.NewPackage("hwdata", version, newFromGitHub( - "vcrhonek/hwdata", - "v"+version, checksum, - ), &PackageAttr{ - Writable: true, - EnterSource: true, - }, &MakeHelper{ - // 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, - }), version -} -func init() { - native.mustRegister(Toolchain.newHwdata, &Metadata{ - Name: "hwdata", - Description: "contains various hardware identification and configuration data", - Website: "https://github.com/vcrhonek/hwdata", - - ID: 5387, - }) -} |
