void-packages/srcpkgs/wayland-protocols/template
2022-02-04 07:37:38 -07:00

18 lines
566 B
Bash

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