# Template file for 'wayland-protocols' pkgname=wayland-protocols version=1.20 revision=3 archs=noarch build_style=gnu-configure hostmakedepends="pkg-config wayland-devel automake" depends="libffi-devel" short_desc="Protocols and extensions complementing the Wayland core protocol" maintainer="Orphaned " license="MIT" homepage="https://wayland.freedesktop.org" distfiles="https://github.com/wayland-project/wayland-protocols/archive/${version}.tar.gz" checksum=b59cf0949aeb1f71f7db46b63b1c5a6705ffde8cb5bd194f843fbd9b41308dda pre_configure() { export wayland_scanner=wayland-scanner NOCONFIGURE=1 ./autogen.sh } post_install() { vlicense COPYING }