From 5660ef6eeba895599e25bafedbc5df792da406c1 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Wed, 16 Mar 2016 12:37:23 +0100 Subject: [PATCH] New package: wayland-protocols-1.3 --- srcpkgs/wayland-protocols/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/wayland-protocols/template diff --git a/srcpkgs/wayland-protocols/template b/srcpkgs/wayland-protocols/template new file mode 100644 index 00000000000..1100c493b4a --- /dev/null +++ b/srcpkgs/wayland-protocols/template @@ -0,0 +1,16 @@ +# Template file for 'wayland-protocols' +pkgname=wayland-protocols +version=1.3 +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 " +license="MIT" +homepage="http://wayland.freedesktop.org" +distfiles="https://wayland.freedesktop.org/releases/wayland-protocols-${version}.tar.xz" +checksum=6bcd0633fdf9225ef1c7d2831f542e947f7d79811c79fc37f57b2e5375ded82f + +post_install() { + vlicense COPYING +}