22 lines
687 B
Bash
22 lines
687 B
Bash
# Template file for 'ddcci-dkms'
|
|
pkgname=ddcci-dkms
|
|
version=0.4.2
|
|
revision=2
|
|
depends="dkms"
|
|
short_desc="Pair of Linux kernel drivers for DDC/CI monitors (DKMS)"
|
|
maintainer="Subhaditya Nath <sn03.general@gmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux/"
|
|
distfiles="https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux/-/archive/v${version}/ddcci-driver-linux-v${version}.tar.gz"
|
|
checksum=ae70c6049c9020ce0557f3ccf3a3982be760c007410eb0441c668f30116edabd
|
|
dkms_modules="ddcci ${version}"
|
|
|
|
do_install() {
|
|
vdoc README.md
|
|
rm LICENSE README.md
|
|
|
|
rm -f *.patch
|
|
vmkdir usr/src/ddcci-${version}
|
|
vcopy "*" usr/src/ddcci-${version}
|
|
}
|