void-packages/srcpkgs/wayland-protocols/template
2021-09-30 10:18:40 -04:00

18 lines
565 B
Bash

# Template file for 'wayland-protocols'
pkgname=wayland-protocols
version=1.23
revision=1
build_style=meson
hostmakedepends="pkg-config wayland-devel"
makedepends="wayland-devel"
short_desc="Protocols and extensions complementing the Wayland core protocol"
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
license="MIT"
homepage="https://wayland.freedesktop.org"
distfiles="https://github.com/wayland-project/wayland-protocols/archive/${version}.tar.gz"
checksum=1ffd6f90eb247ff79de50ac10490ed03100572fb571cebef4df9ec74a271b2af
post_install() {
vlicense COPYING
}