New package: wlr-randr-0.1.0

This commit is contained in:
Andrew J. Hesford 2020-07-27 10:59:14 -04:00 committed by Andrew J. Hesford
parent 73c421e145
commit 3884562d34

View file

@ -0,0 +1,17 @@
# Template file for 'wlr-randr'
pkgname=wlr-randr
version=0.1.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://github.com/emersion/wlr-randr"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=dbf2f02aa4d4f48dc9cef1edd1137a8ee68daa85f3c824a28c92376fd1591844
post_install() {
vlicense LICENSE
}