brillo: update to 1.3.1.
This commit is contained in:
parent
36d7c56eb0
commit
627f183fbc
1 changed files with 6 additions and 11 deletions
|
@ -1,21 +1,16 @@
|
||||||
# Template file for 'brillo'
|
# Template file for 'brillo'
|
||||||
pkgname=brillo
|
pkgname=brillo
|
||||||
version=1.2.1
|
version=1.3.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
wrksrc="$pkgname-v$version"
|
wrksrc="${pkgname}-v${version}"
|
||||||
make_build_target="dist"
|
make_build_target="dist"
|
||||||
make_install_args="install-dist"
|
make_install_args="install-dist"
|
||||||
hostmakedepends="help2man"
|
hostmakedepends="go-md2man"
|
||||||
conf_files="/etc/apparmor.d/bin.brillo"
|
conf_files="/etc/apparmor.d/bin.brillo"
|
||||||
short_desc="Keyboard and LED Backlight Control Tool"
|
short_desc="Backlight and Keyboard LED control tool"
|
||||||
maintainer="Cameron Nemo <camerontnorman@gmail.com>"
|
maintainer="Cameron Nemo <camerontnorman@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://gitlab.com/cameronnemo/brillo"
|
homepage="https://gitlab.com/cameronnemo/brillo"
|
||||||
distfiles="$homepage/-/archive/v$version/$wrksrc.tar.gz"
|
distfiles="${homepage}/-/archive/v${version}/${wrksrc}.tar.gz"
|
||||||
checksum=08507fccd745b0c371dec33944182f4f11bd637c8b6d49d8d28e702f4c271834
|
checksum=5dc1ca0b29109daa27759be6aee0dcd05defbf09f4434f0136f13462d5b56792
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
make_build_args+=" MANPROG=/usr/bin/brillo"
|
|
||||||
hostmakedepends+=" brillo"
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue