diff --git a/srcpkgs/wayfire-plugins-extra/template b/srcpkgs/wayfire-plugins-extra/template new file mode 100644 index 00000000000..2eaa4bbbea6 --- /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 +}