18 lines
509 B
Bash
18 lines
509 B
Bash
# 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
|
|
}
|