void-packages/srcpkgs/wayland-protocols/template
maxice8 3d78a10edf wayland-protocols: update to 1.13.
Closes: #11635 [via git-merge-pr]
2018-02-20 01:12:35 -05:00

16 lines
534 B
Bash

# Template file for 'wayland-protocols'
pkgname=wayland-protocols
version=1.13
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=0758bc8008d5332f431b2a84fea7de64d971ce270ed208206a098ff2ebc68f38
post_install() {
vlicense COPYING
}