void-packages/srcpkgs/wlr-randr/template

18 lines
524 B
Bash

# Template file for 'wlr-randr'
pkgname=wlr-randr
version=0.3.0
revision=1
build_style=meson
hostmakedepends="pkg-config wayland-devel"
makedepends="wayland-devel"
short_desc="Wayland clone of xrandr for wlroots compositors"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://sr.ht/~emersion/wlr-randr/"
distfiles="https://git.sr.ht/~emersion/wlr-randr/archive/v${version}.tar.gz"
checksum=f6e0bea3b41673adbc0ab707d5d93bfdcd3fc6f43c46377565865c3440f81eb4
post_install() {
vlicense LICENSE
}