From eaca56b0cad8d56678932b85b12bcc6469ad60d4 Mon Sep 17 00:00:00 2001 From: Artur Sinila Date: Sat, 12 Jun 2021 01:53:12 +0300 Subject: [PATCH] New package: wluma-1.2.2 --- srcpkgs/wluma/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/wluma/template diff --git a/srcpkgs/wluma/template b/srcpkgs/wluma/template new file mode 100644 index 000000000000..aa039ac082b2 --- /dev/null +++ b/srcpkgs/wluma/template @@ -0,0 +1,17 @@ +# Template file for 'wluma' +pkgname=wluma +version=1.2.2 +revision=1 +build_style=meson +hostmakedepends="pkgconf wayland-devel" +makedepends="vulkan-loader wayland-devel Vulkan-Headers" +short_desc="Automatic brightness adjustment based on screen contents" +maintainer="Artur Sinila " +license="ISC" +homepage="https://github.com/maximbaz/wluma" +distfiles="https://github.com/maximbaz/wluma/archive/refs/tags/${version}.tar.gz" +checksum=dabd6cdf0b9c644af52ad6fad40861829f43c534d42123af2f1f4465b31d5bed + +post_install() { + vlicense LICENSE +}