22 lines
615 B
Bash
22 lines
615 B
Bash
# Template file for 'wayland-protocols'
|
|
pkgname=wayland-protocols
|
|
version=1.16
|
|
revision=1
|
|
noarch=yes
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config wayland-devel"
|
|
short_desc="Protocols and extensions complementing the Wayland core protocol"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://wayland.freedesktop.org"
|
|
distfiles="https://wayland.freedesktop.org/releases/wayland-protocols-${version}.tar.xz"
|
|
checksum=6b1485951fdcd36a960c870c46f28b03a3e5121fb46246916333ed07f78c98c5
|
|
|
|
pre_configure() {
|
|
export wayland_scanner=wayland-scanner
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|