18 lines
524 B
Bash
18 lines
524 B
Bash
# Template file for 'wlr-randr'
|
|
pkgname=wlr-randr
|
|
version=0.4.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=8af085aeed3132f7442a05bafeadfd0ea30e9a4818af1a91e161f7d560f2cd93
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|