16 lines
598 B
Bash
16 lines
598 B
Bash
# Template file for 'brillo'
|
|
pkgname=brillo
|
|
version=1.4.3
|
|
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=367ece2beb5d7980e139512f24c6134e8a5f4f86dcf8a0d9a494fa0a18dc6c8c
|