From b4e32f6363d84fbb9615035e48b60ddad6fb758f Mon Sep 17 00:00:00 2001 From: lonxwolx Date: Fri, 9 Sep 2022 20:29:48 +0800 Subject: [PATCH] New package: xbacklight-notify-1.1.1 New package: xbacklight-notify-1.1.1 --- srcpkgs/xbacklight-notify/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/xbacklight-notify/template diff --git a/srcpkgs/xbacklight-notify/template b/srcpkgs/xbacklight-notify/template new file mode 100644 index 000000000000..4ca825c68754 --- /dev/null +++ b/srcpkgs/xbacklight-notify/template @@ -0,0 +1,18 @@ +# Template file for 'xbacklight-notify' +pkgname=xbacklight-notify +version=1.1.1 +revision=1 +build_style=cmake +configure_args="-Wno-dev" +hostmakedepends="pkg-config" +makedepends="libnotify-devel xcb-util-devel" +short_desc="Xorg backlight notification daemon" +maintainer="lonxwolx " +license="MIT" +homepage="https://github.com/ikrivosheev/xbacklight-notify" +distfiles="https://github.com/ikrivosheev/${pkgname}/archive/refs/tags/v${version}.tar.gz" +checksum=83b2ce84f3f3f846afafa84790fbd79d309b08188b1d8761f6c7e4cd184e141e + +post_install() { + vlicense LICENSE +}