void-packages/srcpkgs/Clight/template
2021-02-28 10:36:36 -05:00

23 lines
811 B
Bash

# Template file for 'Clight'
pkgname=Clight
version=4.3
revision=1
build_style=cmake
hostmakedepends="pkg-config"
makedepends="popt-devel gsl-devel libconfig-devel elogind-devel bash-completion
dbus-devel libmodule-devel"
depends="Clightd>=5.0"
short_desc="Use your webcam as a light sensor to adjust screen backlight"
maintainer="Dominic Monroe <monroef4@googlemail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/FedeDP/Clight"
distfiles="https://github.com/FedeDP/Clight/archive/${version}.tar.gz"
checksum=f354ba50fd74931c1fecc832f41334bae7c98c3aad81341bbbd79bd4d7853982
post_install() {
vcompletion Extra/completions/_clight zsh
vcompletion Extra/completions/clight bash
vcompletion Extra/completions/clight.fish fish
vinstall Extra/desktop/clight.desktop 644 usr/share/applications
}