19 lines
562 B
Bash
19 lines
562 B
Bash
# 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="Orphaned <orphan@voidlinux.org>"
|
|
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
|
|
}
|