void-packages/srcpkgs/kanshi/template
2021-06-30 00:03:45 -03:00

18 lines
533 B
Bash

# Template file for 'kanshi'
pkgname=kanshi
version=1.2.0
revision=1
build_style=meson
hostmakedepends="pkg-config scdoc wayland-devel"
makedepends="wayland-devel"
short_desc="Output profiles automatically enabled/disabled on hotplug"
maintainer="Stacy Harper <contact@stacyharper.net>"
license="MIT"
homepage="https://github.com/emersion/kanshi"
distfiles="https://github.com/emersion/kanshi/archive/v${version}.tar.gz"
checksum=144428b9e79209b853c4b38a5efb6f16d581a2b9cb96e419b3b0a0f5914bcad4
post_install() {
vlicense LICENSE
}