18 lines
524 B
Bash
18 lines
524 B
Bash
# Template file for 'wlr-randr'
|
|
pkgname=wlr-randr
|
|
version=0.2.0
|
|
revision=2
|
|
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=12745bc8050a56603bf9bdee70c798b5d6502cf00a795c59fd03e1d786c17ce3
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|