New package: brightnessctl-0.3

This commit is contained in:
cr6git 2017-11-26 21:38:54 +01:00 committed by Toyam Cox
parent c3310e78d8
commit 0857e3db5b
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Template file for 'brightnessctl'
pkgname=brightnessctl
version=0.3
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"
homepage="https://github.com/Hummer12007/brightnessctl"
license="MIT"
distfiles="https://github.com/Hummer12007/brightnessctl/archive/${version}.tar.gz"
checksum=f05cb357a300ec04b0bbbe967436354fc97c5cdce36e2a682721b6ae1fb3b42e
post_install() {
vlicense LICENSE
}