void-packages/srcpkgs/wayland-protocols/template

18 lines
601 B
Bash

# Template file for 'wayland-protocols'
pkgname=wayland-protocols
version=1.32
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 <mail@isaacfreund.com>"
license="MIT"
homepage="https://wayland.freedesktop.org"
distfiles="https://gitlab.freedesktop.org/wayland/wayland-protocols/-/archive/${version}/wayland-protocols-${version}.tar.gz"
checksum=444b5d823ad0163dfe505c97ea1a0689ca7e2978a87cf59b03f06573b87db260
post_install() {
vlicense COPYING
}