void-packages/srcpkgs/brightnessctl/template
maxice8 afc5ad771d brightnessctl: update to 0.3.2.
Closes #13603.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-04-19 08:39:55 +02:00

17 lines
511 B
Bash

# Template file for 'brightnessctl'
pkgname=brightnessctl
version=0.3.2
revision=1
build_style=gnu-makefile
make_use_env=yes
hostmakedepends="pkg-config"
maintainer="cr6git <quark6@protonmail.com>"
short_desc="Read and control device brightness"
license="MIT"
homepage="https://github.com/Hummer12007/brightnessctl"
distfiles="https://github.com/Hummer12007/brightnessctl/archive/${version}.tar.gz"
checksum=92687d8739b8395cf942287bdb8905a78b428102ab6029680829ab917363e0ab
post_install() {
vlicense LICENSE
}