18 lines
551 B
Bash
18 lines
551 B
Bash
# Template file for 'kanshi'
|
|
pkgname=kanshi
|
|
version=1.3.0
|
|
revision=2
|
|
build_style=meson
|
|
hostmakedepends="pkg-config scdoc wayland-devel"
|
|
makedepends="wayland-devel libvarlink-devel"
|
|
short_desc="Output profiles automatically enabled/disabled on hotplug"
|
|
maintainer="Stacy Harper <contact@stacyharper.net>"
|
|
license="MIT"
|
|
homepage="https://wayland.emersion.fr/kanshi/"
|
|
distfiles="https://git.sr.ht/~emersion/kanshi/archive/v${version}.tar.gz"
|
|
checksum=67a4fe896d97b7fbd3fcc51aab0fae550b4130b2df2b1df2a4d0e8d3221fe604
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|