21 lines
709 B
Bash
21 lines
709 B
Bash
# Template file for 'wluma'
|
|
pkgname=wluma
|
|
version=4.10.0
|
|
revision=1
|
|
build_style=cargo
|
|
hostmakedepends="pkg-config clang cargo"
|
|
makedepends="eudev-libudev-devel v4l-utils-devel wayland-devel vulkan-loader-devel
|
|
dbus-devel"
|
|
short_desc="Automatic brightness adjustment based on screen contents and ALS"
|
|
maintainer="Emil Miler <em@0x45.cz>"
|
|
license="ISC"
|
|
homepage="https://github.com/maximbaz/wluma"
|
|
changelog="https://github.com/maximbaz/wluma/releases"
|
|
distfiles="https://github.com/maximbaz/wluma/archive/refs/tags/${version}.tar.gz"
|
|
checksum=98bad2ddea87eae15b81d32a452e19b638b9afea14361d67473c45226c6cf0ea
|
|
|
|
post_install() {
|
|
vinstall 90-wluma-backlight.rules 0644 /usr/lib/udev/rules.d/
|
|
vlicense LICENSE
|
|
}
|