void-packages/srcpkgs/wayland-protocols/template
Sir_Boops 378bec5f45 wayland-protocols: update to 1.8
Closes: #6850 [via git-merge-pr]
2017-06-26 18:17:53 -07:00

16 lines
533 B
Bash

# Template file for 'wayland-protocols'
pkgname=wayland-protocols
version=1.8
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config wayland-devel"
short_desc="Protocols and extensions complementing the Wayland core protocol"
maintainer="Sir_Boops <admin@boops.me>"
license="MIT"
homepage="http://wayland.freedesktop.org"
distfiles="https://wayland.freedesktop.org/releases/wayland-protocols-${version}.tar.xz"
checksum=e3fa5f2812cfec3c1c2573bd34adfe37d4d8950dba572d9ec6c52adcc5fe4b9a
post_install() {
vlicense COPYING
}