vp-build/srcpkgs/wayland-protocols/template

18 lines
601 B
Bash

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