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
2018-01-27 04:45:30 +01:00
version=0.3.1
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"
homepage="https://github.com/Hummer12007/brightnessctl"
license="MIT"
distfiles="https://github.com/Hummer12007/brightnessctl/archive/${version}.tar.gz"
2018-01-27 04:45:30 +01:00
checksum=3e81dfa7c5faba29df88a7c4569c7ebaf511c3de4d489a8c8e305ab51b9e3059
2017-11-26 21:38:54 +01:00
post_install() {
vlicense LICENSE
}