14 lines
540 B
Bash
14 lines
540 B
Bash
# Template file for 'brillo'
|
|
pkgname=brillo
|
|
version=1.4.9
|
|
revision=1
|
|
wrksrc="${pkgname}-v${version}"
|
|
build_style=gnu-makefile
|
|
make_install_args="install.apparmor install.polkit"
|
|
hostmakedepends="go-md2man"
|
|
short_desc="Control the brightness of backlight and keyboard LED devices"
|
|
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://gitlab.com/cameronnemo/brillo"
|
|
distfiles="${homepage}/-/archive/v${version}/${wrksrc}.tar.gz"
|
|
checksum=354f3a4e2c3b755d3683614afff0fb654944ba568aba87b90508d27609802658
|