16 lines
598 B
Bash
16 lines
598 B
Bash
# Template file for 'brillo'
|
|
pkgname=brillo
|
|
version=1.4.4
|
|
revision=1
|
|
wrksrc="${pkgname}-v${version}"
|
|
build_style=gnu-makefile
|
|
make_build_target="dist"
|
|
make_install_args="install-dist"
|
|
conf_files="/etc/apparmor.d/local/bin.brillo"
|
|
hostmakedepends="go-md2man"
|
|
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=4d16f8642dd2ffdf78e9862b943479f8946a43523cd0719a724990c2e89b9c5c
|