void-packages/srcpkgs/wlsunset/template
Đoàn Trần Công Danh 9978e00086 srcpkgs: remove patch_args=-Np1 en-mass
git grep -l '^patch_args=.*p1' 'srcpkgs/*/template'  |
	xargs -r sed -i '/^patch_args=/d'
2021-06-20 13:17:29 +07:00

18 lines
563 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
post_install() {
vlicense LICENSE
}