19 lines
622 B
Bash
19 lines
622 B
Bash
# Template file for 'wlsunset'
|
|
pkgname=wlsunset
|
|
version=0.3.0
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="scdoc pkg-config wayland-devel"
|
|
makedepends="pkg-config wayland-devel wayland-protocols"
|
|
short_desc="Day/night gamma adjustments for Wayland compositors"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://sr.ht/~kennylevinsen/wlsunset/"
|
|
changelog="https://git.sr.ht/~kennylevinsen/wlsunset/refs"
|
|
distfiles="https://git.sr.ht/~kennylevinsen/wlsunset/archive/${version}.tar.gz"
|
|
checksum=9ece2570c3427888a493cd33a129e82634475e6e9286ed729af24fba07ab5424
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|