New package: chayang-0.1.0

This commit is contained in:
triallax 2023-07-24 18:54:38 +01:00 committed by Duncan Overbruck
parent 7f893484a1
commit 2022009cd0
1 changed files with 18 additions and 0 deletions

18
srcpkgs/chayang/template Normal file
View File

@ -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 <triallax@tutanota.com>"
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
}