17 lines
545 B
Bash
17 lines
545 B
Bash
# Template file for 'wayland-protocols'
|
|
pkgname=wayland-protocols
|
|
version=1.7
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config wayland-devel"
|
|
short_desc="Protocols and protocol extensions complementing the Wayland core protocol"
|
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
|
license="MIT"
|
|
homepage="http://wayland.freedesktop.org"
|
|
distfiles="https://wayland.freedesktop.org/releases/wayland-protocols-${version}.tar.xz"
|
|
checksum=635f2a937d318f1fecb97b54074ca211486e38af943868dd0fa82ea38d091c1f
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|