void-packages/srcpkgs/wayland-protocols/template

18 lines
602 B
Bash

# Template file for 'wayland-protocols'
pkgname=wayland-protocols
version=1.37
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=c3b215084eb4cf318415533554c2c2714e58ed75847d7c3a8e50923215ffbbf3
post_install() {
vlicense COPYING
}