void-packages/srcpkgs/wayland-protocols/template

18 lines
602 B
Bash

# Template file for 'wayland-protocols'
pkgname=wayland-protocols
version=1.36
revision=1
build_style=meson
hostmakedepends="pkg-config wayland-devel"
makedepends="wayland-devel"
short_desc="Protocols and extensions complementing the Wayland core protocol"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://wayland.freedesktop.org"
distfiles="https://gitlab.freedesktop.org/wayland/wayland-protocols/-/archive/${version}/wayland-protocols-${version}.tar.gz"
checksum=c839dd4325565fd59a93d6cde17335357328f66983c2e1fb03c33e92d6918b17
post_install() {
vlicense COPYING
}