17 lines
592 B
Bash
17 lines
592 B
Bash
# Template file for 'brillo'
|
|
pkgname=brillo
|
|
version=1.4.0
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
wrksrc="${pkgname}-v${version}"
|
|
make_build_target="dist"
|
|
make_install_args="install-dist"
|
|
hostmakedepends="go-md2man"
|
|
conf_files="/etc/apparmor.d/bin.brillo"
|
|
short_desc="Control the brightness of backlight and keyboard LED devices"
|
|
maintainer="Cameron Nemo <camerontnorman@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://gitlab.com/cameronnemo/brillo"
|
|
distfiles="${homepage}/-/archive/v${version}/${wrksrc}.tar.gz"
|
|
checksum=e87b42c5331432d61102dcd37c67a58110cc84b0b06524842db463ee79437b5a
|