16 lines
598 B
Bash
16 lines
598 B
Bash
# Template file for 'brillo'
|
|
pkgname=brillo
|
|
version=1.4.6
|
|
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=2cb23143de1f9f15d469e6399e819981db00c0dae46ecb339bb95284eb8e805b
|