void-packages/srcpkgs/Clightd/template

24 lines
922 B
Bash

# Template file for 'Clightd'
pkgname=Clightd
version=5.8
revision=1
build_style=cmake
configure_args="-DENABLE_DDC=1 -DENABLE_GAMMA=1 -DENABLE_DPMS=1 -DENABLE_SCREEN=1"
hostmakedepends="pkg-config wayland-devel"
makedepends="eudev-libudev-devel libmodule-devel polkit-devel elogind-devel
libXrandr-devel libXext-devel libX11-devel ddcutil libjpeg-turbo-devel
wayland-devel libdrm-devel libusb-devel"
depends="ddcutil"
short_desc="API to read webcam brightness & alter screen brightness/temperature"
maintainer="icp <pangolin@vivaldi.net>"
license="GPL-3.0-or-later"
homepage="https://github.com/FedeDP/Clightd"
changelog="https://github.com/FedeDP/Clightd/releases"
distfiles="https://github.com/FedeDP/Clightd/archive/refs/tags/${version}.tar.gz"
checksum=89f0906bc2c1dd4f9bd62194499fd156197c211760c4bb1adcb149650f852684
post_install() {
vinstall Scripts/i2c_clightd.conf 644 /usr/lib/modules-load.d/
vsv Clightd
}