22 lines
770 B
Bash
22 lines
770 B
Bash
# Template file for 'tuxedo-keyboard'
|
|
pkgname=tuxedo-keyboard
|
|
version=3.2.3
|
|
revision=1
|
|
depends="dkms"
|
|
short_desc="TUXEDO kernel module drivers for keyboard & general hardware I/O"
|
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/tuxedocomputers/tuxedo-keyboard"
|
|
distfiles="https://github.com/tuxedocomputers/tuxedo-keyboard/archive/v${version}.tar.gz"
|
|
checksum=dcad92d748e0d28ea0fb34d2933724e870f93509c816114d56f224d5abddc4bf
|
|
|
|
dkms_modules="tuxedo-keyboard ${version}"
|
|
|
|
do_install() {
|
|
vmkdir usr/src/${pkgname}-${version}
|
|
vcopy src usr/src/${pkgname}-${version}
|
|
vcopy dkms.conf usr/src/${pkgname}-${version}
|
|
vcopy Makefile usr/src/${pkgname}-${version}
|
|
vinstall tuxedo_keyboard.conf 644 usr/lib/modprobe.d/
|
|
}
|