From 3c58915755b0e7ccb00c2241941f198b6667a4df Mon Sep 17 00:00:00 2001 From: triallax Date: Mon, 24 Jul 2023 18:54:38 +0100 Subject: [PATCH] New package: chayang-0.1.0 --- srcpkgs/chayang/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/chayang/template diff --git a/srcpkgs/chayang/template b/srcpkgs/chayang/template new file mode 100644 index 000000000000..4ec9555328da --- /dev/null +++ b/srcpkgs/chayang/template @@ -0,0 +1,18 @@ +# Template file for 'chayang' +pkgname=chayang +version=0.1.0 +revision=1 +build_style=meson +hostmakedepends="pkg-config wayland-devel" +makedepends="wayland-protocols wayland-devel" +short_desc="Gradually dim the screen" +maintainer="Mohammed Anas " +license="MIT" +homepage="https://git.sr.ht/~emersion/chayang" +changelog="https://git.sr.ht/~emersion/chayang/refs" +distfiles="https://git.sr.ht/~emersion/chayang/archive/v${version}.tar.gz" +checksum=61aa0e2955e8b5cf321ef14a5fd72f0e953da51a390d456e929b74fc5efcb74a + +post_install() { + vlicense LICENSE +}