void-packages/srcpkgs/Clight/template

25 lines
865 B
Bash

# Template file for 'Clight'
pkgname=Clight
version=4.8
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"
changelog="https://github.com/FedeDP/Clight/releases"
distfiles="https://github.com/FedeDP/Clight/archive/${version}.tar.gz"
checksum=5d3db27bbc48c5d78886aec6699521c121206a46a43a728642c7ee6a50689a36
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
}