sys-kernel/neptune-sources - 6.8.12 (bell07)

Search

Package Information

Description:
The Kernel Sources for Valve SteamDeck
Homepage:
https://gitlab.com/evlaV/linux-integration

Ebuild Details

Version EAPI Keywords Slot
6.8.12 8 ~amd64
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="8"
ETYPE="sources"
K_SECURITY_UNSUPPORTED="1"
K_NOSETEXTRAVERSION="1"

inherit kernel-2 unpacker
detect_version
detect_arch

DESCRIPTION="The Kernel Sources for Valve SteamDeck"
HOMEPAGE="https://gitlab.com/evlaV/linux-integration"

# Needed for zstd compression of the patch
BDEPEND="$(unpacker_src_uri_depends)"

EXTRAVERSION="-valve5"
SRC_URI="https://gitlab.com/evlaV/linux-integration/-/archive/${PV}${EXTRAVERSION}/linux-integration-${PV}${EXTRAVERSION}.zip -> linux-neptune-${PV}${EXTRAVERSION}.zip"
RESTRICT="nomirror"
S="${WORKDIR}"/linux-integration-"${PV}${EXTRAVERSION}"

KEYWORDS="~amd64"

pkg_setup() {
	ewarn
	ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way."
	ewarn
	ewarn "The original kernel configuration can be found at:"
	ewarn "https://gitlab.com/evlaV/jupiter-PKGBUILD/-/tree/master/linux-neptune-68"
	ewarn
	kernel-2_pkg_setup
}


pkg_postrm() {
	kernel-2_pkg_postrm
}

Dependencies

BDEPEND

$(unpacker_src_uri_depends)

Manifest for 6.8.12

Type File Size Source URLs
DIST linux-neptune-6.8.12-valve5.zip 290420013 bytes https://gitlab.com/evlaV/linux-integration/-/archive/6.8.12-valve5/linux-integration-6.8.12-valve5.zip