diff --git a/srcpkgs/wf-shell/template b/srcpkgs/wf-shell/template new file mode 100644 index 00000000000..ccfd8c574a0 --- /dev/null +++ b/srcpkgs/wf-shell/template @@ -0,0 +1,17 @@ +# Template file for 'wf-shell' +pkgname=wf-shell +version=0.1 +revision=1 +build_style=meson +hostmakedepends="pkg-config wayland-devel" +makedepends="gtkmm-devel libevdev-devel wlroots-devel wf-config" +short_desc="Wayfire shell with GTK-based panel and background client" +maintainer="Young Jin Park " +license="MIT" +homepage="https://wayfire.org" +distfiles="https://github.com/WayfireWM/wf-shell/archive/${version}.tar.gz" +checksum=625637fddf58a6a1825980e68d156ddb377cf4aae9bf5d844fb15aefee4c6f4f + +post_install() { + vlicense LICENSE +}