Duplicate app-laptop/tuxedo-keyboard
and add version 3.1.4
This commit is contained in:
parent
3f69eab8ea
commit
4024f762c6
1
app-laptop/tuxedo-keyboard/Manifest
Normal file
1
app-laptop/tuxedo-keyboard/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST tuxedo-keyboard-3.1.4.tar.gz 57310 BLAKE2B 6ee4bdde33a58ffe3421df8141d4a02dcf1a2e14692712c3e6b9255e454187aeb9fd9a21c732b7d25f847ee483f751c9373ff338a87a9e2bd8f332fc34557534 SHA512 5afd43705791c47d484887d217469c111c01c72d0aa1a52a8cb1f0406fe766f56dcbb056bbce364ab9d48428dbc8a93c8066c06bb03a631df5e98317fe7613b4
|
11
app-laptop/tuxedo-keyboard/metadata.xml
Normal file
11
app-laptop/tuxedo-keyboard/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>ben@rs485.network</email>
|
||||
<name>Benedikt Ziemons</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">tuxedocomputers/tuxedo-keyboard</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
23
app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.1.4-r1.ebuild
Normal file
23
app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.1.4-r1.ebuild
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
CONFIG_CHECK="ACPI_WMI INPUT_SPARSEKMAP"
|
||||
|
||||
inherit linux-mod toolchain-funcs
|
||||
|
||||
DESCRIPTION="Kernel Module for Tuxedo Keyboard"
|
||||
HOMEPAGE="https://github.com/tuxedocomputers/tuxedo-keyboard"
|
||||
SRC_URI="https://github.com/tuxedocomputers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
BUILD_TARGETS="all"
|
||||
MODULE_NAMES="clevo_acpi(tuxedo:${S}:src) clevo_wmi(tuxedo:${S}:src) uniwill_wmi(tuxedo:${S}:src) tuxedo_keyboard(tuxedo:${S}:src) tuxedo_io(tuxedo:${S}:src/tuxedo_io)"
|
||||
|
||||
pkg_setup() {
|
||||
linux-mod_pkg_setup
|
||||
BUILD_PARAMS="CC=$(tc-getBUILD_CC) KDIR=${KV_DIR} V=1 KBUILD_VERBOSE=1"
|
||||
}
|
Loading…
Reference in a new issue