From 89e5a4e232dc87575c07e1b59f6ae89d61ff6c36 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Fri, 30 Oct 2020 22:26:38 +0100 Subject: [PATCH] New package: wlsunset-0.1.0 --- srcpkgs/wlsunset/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/wlsunset/template diff --git a/srcpkgs/wlsunset/template b/srcpkgs/wlsunset/template new file mode 100644 index 00000000000..f7be282511a --- /dev/null +++ b/srcpkgs/wlsunset/template @@ -0,0 +1,17 @@ +# Template file for 'wlsunset' +pkgname=wlsunset +version=0.1.0 +revision=1 +build_style=meson +hostmakedepends="pkg-config wayland-devel" +makedepends="pkg-config wayland-devel wayland-protocols" +short_desc="Day/night gamma adjustments for Wayland compositors" +maintainer="Duncaen " +license="MIT" +homepage="https://sr.ht/~kennylevinsen/wlsunset/" +distfiles="https://git.sr.ht/~kennylevinsen/wlsunset/archive/${version}.tar.gz" +checksum=78ec889f74505aa2f9060eebdee05092bda5452104656c0d868b2f0a4998f53c + +post_install() { + vlicense LICENSE +}