void-packages/srcpkgs/wlrctl/template

18 lines
548 B
Bash

# Template file for 'wlrctl'
pkgname=wlrctl
version=0.2.2
revision=1
build_style=meson
hostmakedepends="pkg-config scdoc wayland-devel"
makedepends="libxkbcommon-devel wayland-devel"
short_desc="Utility for miscellaneous wlroots extensions"
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
license="MIT"
homepage="https://git.sr.ht/~brocellous/wlrctl"
distfiles="https://git.sr.ht/~brocellous/wlrctl/archive/v${version}.tar.gz"
checksum=b5b3836091c41de09a832df1e5eb4747841d7ae670367e413487d5be7a5f2849
post_install() {
vlicense LICENSE
}