2024-04-01 11:35:15 -04:00

18 lines
602 B
Bash

# Template file for 'wayland-protocols'
pkgname=wayland-protocols
version=1.34
revision=1
build_style=meson
hostmakedepends="pkg-config wayland-devel"
makedepends="wayland-devel"
short_desc="Protocols and extensions complementing the Wayland core protocol"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://wayland.freedesktop.org"
distfiles="https://gitlab.freedesktop.org/wayland/wayland-protocols/-/archive/${version}/wayland-protocols-${version}.tar.gz"
checksum=cd3cc9dedb838e6fc8f55bbeb688e8569ffac7df53bc59dbfac8acbb39267f05
post_install() {
vlicense COPYING
}