19 lines
559 B
Bash
19 lines
559 B
Bash
# Template file for 'brightnessctl'
|
|
pkgname=brightnessctl
|
|
version=0.4
|
|
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.eu>"
|
|
license="MIT"
|
|
homepage="https://github.com/Hummer12007/brightnessctl"
|
|
distfiles="https://github.com/Hummer12007/brightnessctl/archive/${version}.tar.gz"
|
|
checksum=ac86de0df8dcfd60a415465daabca283192ceb8de6c53b8844e628709ccd0cef
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|