void-packages/srcpkgs/brightnessctl/template
2020-02-06 08:13:27 +01:00

19 lines
562 B
Bash

# Template file for 'brightnessctl'
pkgname=brightnessctl
version=0.5.1
revision=1
build_style=gnu-makefile
make_use_env=yes
make_install_args="UDEVDIR=/usr/lib/udev/rules.d"
hostmakedepends="pkg-config"
short_desc="Read and control device brightness"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/Hummer12007/brightnessctl"
distfiles="https://github.com/Hummer12007/brightnessctl/archive/${version}.tar.gz"
checksum=a68869e23f56ac4f2e28f1783002810ddbf10f95e1af9b48b2912fb169f46994
post_install() {
vlicense LICENSE
}