void-packages/srcpkgs/wlr-randr/template

18 lines
524 B
Bash

# Template file for 'wlr-randr'
pkgname=wlr-randr
version=0.3.1
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=918420f134fc094da0cd9cc5112b65f623abd773964bff5fa57e221204506ab2
post_install() {
vlicense LICENSE
}