From c785385d7412ed4a9e4ca0f9f96bd09f0a3f6c66 Mon Sep 17 00:00:00 2001 From: Vyivel Date: Fri, 12 Mar 2021 18:04:14 +0300 Subject: [PATCH] New package: wayland-utils-1.0.0 --- srcpkgs/wayland-utils/template | 17 +++++++++++++++++ srcpkgs/wayland-utils/update | 1 + 2 files changed, 18 insertions(+) create mode 100644 srcpkgs/wayland-utils/template create mode 100644 srcpkgs/wayland-utils/update diff --git a/srcpkgs/wayland-utils/template b/srcpkgs/wayland-utils/template new file mode 100644 index 00000000000..b3b9c3c4d64 --- /dev/null +++ b/srcpkgs/wayland-utils/template @@ -0,0 +1,17 @@ +# Template file for 'wayland-utils' +pkgname=wayland-utils +version=1.0.0 +revision=1 +build_style=meson +hostmakedepends="pkg-config wayland-devel" +makedepends="wayland-devel wayland-protocols" +short_desc="Wayland utilities" +maintainer="Kirill Primak " +license="MIT" +homepage="https://wayland.freedesktop.org/" +distfiles="https://wayland.freedesktop.org/releases/wayland-utils-${version}.tar.xz" +checksum=64fecc4c58e87ae9b302901abe10c2e8af69c7503c221a96ecd0700e0aa268c0 + +post_install() { + vlicense COPYING +} diff --git a/srcpkgs/wayland-utils/update b/srcpkgs/wayland-utils/update new file mode 100644 index 00000000000..61139fc2f1c --- /dev/null +++ b/srcpkgs/wayland-utils/update @@ -0,0 +1 @@ +site=https://wayland.freedesktop.org/releases.html