void-packages/srcpkgs/wayland-protocols/template
2021-12-21 16:00:20 -03:00

17 lines
566 B
Bash

# Template file for 'wayland-protocols'
pkgname=wayland-protocols
version=1.24
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://github.com/wayland-project/wayland-protocols/archive/${version}.tar.gz"
checksum=71a171f964e4fe25cede281a2939ac5298ddaba9a5dd8a217db66843a532d064
post_install() {
vlicense COPYING
}