mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 07:22:38 +01:00
media-video/usbio-drivers: add new ebuild
This commit is contained in:
1
media-video/usbio-drivers/Manifest
Normal file
1
media-video/usbio-drivers/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST usbio-drivers-0_p10102025.tar.gz 19918 BLAKE2B 941acc9e868efd5826fcacf8d6f0c7e562c1b914081bb5efaac89cbd8ad00e88e35b83cfdb91fc894b188138a5804fe1c4f00de0d18257d66371ea9b7f3e3eef SHA512 b8372b30f3d8ad17b42f5ad81b130c2f4e47bdc5f1a797a8d10cdb817f6af00579fd49f60d1661cbeab49b3bdd12f346c17c7a259379ef98b50002264617fbd4
|
||||||
11
media-video/usbio-drivers/metadata.xml
Normal file
11
media-video/usbio-drivers/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>david.guglielmi@gmail.com</email>
|
||||||
|
<name>David GUGLIELMI</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">intel/usbio-drivers</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
33
media-video/usbio-drivers/usbio-drivers-0_p10102025.ebuild
Normal file
33
media-video/usbio-drivers/usbio-drivers-0_p10102025.ebuild
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
# Copyright 2025 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
COMMIT_ID="774890f017eaa000df0647965a627f8738dcea71"
|
||||||
|
|
||||||
|
inherit linux-mod-r1 toolchain-funcs
|
||||||
|
|
||||||
|
DESCRIPTION="USBIO drivers for Meteor Lake, Arrow Lake, Lunar Lake and Panther Lake platforms"
|
||||||
|
HOMEPAGE="https://github.com/intel/usbio-drivers"
|
||||||
|
|
||||||
|
SRC_URI="https://github.com/intel/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
|
||||||
|
S="${WORKDIR}/${PN}-${COMMIT_ID}"
|
||||||
|
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
|
pkg_setup() {
|
||||||
|
linux-mod-r1_pkg_setup
|
||||||
|
export KERNELRELEASE=${KV_FULL}
|
||||||
|
}
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
local modlist=(
|
||||||
|
usbio=kernel/drivers/misc:::all
|
||||||
|
gpio-usbio=kernel/drivers/misc:::all
|
||||||
|
i2c-usbio=kernel/drivers/misc:::all
|
||||||
|
)
|
||||||
|
|
||||||
|
linux-mod-r1_src_compile
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user