sys-kernel/steamdeck-firmware - 1.2.3 (xarblu-overlay)

Search

Install

Install this version:

emerge -a =sys-kernel/steamdeck-firmware-1.2.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-kernel/steamdeck-firmware-1.2.3

Or alternatively:

emerge --autounmask-write -a =sys-kernel/steamdeck-firmware-1.2.3

Package Information

Description:
Steamdeck Firmware (from CachyOS)
Homepage:
https://github.com/CachyOS/CachyOS-Handheld

Ebuild Details

Version EAPI Keywords Slot
1.2.3 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Steamdeck Firmware (from CachyOS)"
HOMEPAGE="https://github.com/CachyOS/CachyOS-Handheld"
SRC_URI="https://github.com/CachyOS/CachyOS-Handheld/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/CachyOS-Handheld-${PV}"

# no idea what license...
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~x86"

QA_PREBUILT="
	/usr/lib/firmware/*
"

src_install() {
	insinto /usr/lib/firmware
	doins -r usr/lib/firmware/*
}

Manifest for 1.2.3

Type File Size Source URLs
DIST steamdeck-firmware-1.2.3.gh.tar.gz 4415665 bytes https://github.com/CachyOS/CachyOS-Handheld/archive/refs/tags/1.2.3.tar.gz