From 976ef77874a9b639bda5a4e274eedaccb5535049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Tue, 28 Jul 2020 10:45:39 -0300 Subject: [PATCH] New package: wayfire-plugins-extra-0.5.0. Closes: #23793 [via git-merge-pr] --- srcpkgs/wayfire-plugins-extra/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/wayfire-plugins-extra/template diff --git a/srcpkgs/wayfire-plugins-extra/template b/srcpkgs/wayfire-plugins-extra/template new file mode 100644 index 0000000000..2eaa4bbbea --- /dev/null +++ b/srcpkgs/wayfire-plugins-extra/template @@ -0,0 +1,18 @@ +# Template file for 'wayfire-plugins-extra' +pkgname=wayfire-plugins-extra +version=0.5.0 +revision=1 +build_style=meson +hostmakedepends="pkg-config wayland-devel" +makedepends="wayfire-devel glibmm-devel" +depends="wayfire" +short_desc="Additional plugins for Wayfire" +maintainer="Érico Nogueira " +license="MIT" +homepage="https://wayfire.org/" +distfiles="https://github.com/WayfireWM/wayfire-plugins-extra/archive/${version}.tar.gz" +checksum=64c56ffa66df26a7cbee1af41c34ae123abe8252deeaf02687237688a8281a9e + +post_install() { + vlicense LICENSE +}