void-packages/srcpkgs/wayland-protocols/template
2021-04-30 14:54:40 -03:00

18 lines
565 B
Bash

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