void-packages/srcpkgs/brightnessctl/template

18 lines
511 B
Bash
Raw Normal View History

2017-11-26 21:38:54 +01:00
# Template file for 'brightnessctl'
pkgname=brightnessctl
version=0.3.2
2017-11-26 21:38:54 +01:00
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"
2017-11-26 21:38:54 +01:00
distfiles="https://github.com/Hummer12007/brightnessctl/archive/${version}.tar.gz"
checksum=92687d8739b8395cf942287bdb8905a78b428102ab6029680829ab917363e0ab
2017-11-26 21:38:54 +01:00
post_install() {
vlicense LICENSE
}