17 lines
501 B
Bash
17 lines
501 B
Bash
# Template file for 'wlr-randr'
|
|
pkgname=wlr-randr
|
|
version=0.2.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=e1b60992e41aebf733f13c2bdd2c70375fd3ddf7f0735bc4183858fda9c18e51
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|