void-packages/srcpkgs/wlsunset/template
2021-05-01 09:19:39 -03:00

19 lines
579 B
Bash

# Template file for 'wlsunset'
pkgname=wlsunset
version=0.2.0
revision=2
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/"
distfiles="https://git.sr.ht/~kennylevinsen/wlsunset/archive/${version}.tar.gz"
checksum=88bce695722a09d79545f14d404cc0659f7176bb08d5db5f4f23228b6ba8bb03
patch_args=-Np1
post_install() {
vlicense LICENSE
}