diff --git a/srcpkgs/chayang/template b/srcpkgs/chayang/template new file mode 100644 index 00000000000..4ec9555328d --- /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 +}