19 lines
601 B
Bash
19 lines
601 B
Bash
# Template file for 'kanshi'
|
|
pkgname=kanshi
|
|
version=1.5.1
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="pkg-config scdoc wayland-devel"
|
|
makedepends="wayland-devel libvarlink-devel"
|
|
short_desc="Output profiles automatically enabled/disabled on hotplug"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="MIT"
|
|
homepage="https://wayland.emersion.fr/kanshi/"
|
|
changelog="https://git.sr.ht/~emersion/kanshi/refs"
|
|
distfiles="https://git.sr.ht/~emersion/kanshi/archive/v${version}.tar.gz"
|
|
checksum=d403d2a99170261baa6606336724bc9721f779dc39294d2e088745d7bd41f427
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|