diff --git a/srcpkgs/nwg-shell/template b/srcpkgs/nwg-shell/template new file mode 100644 index 00000000000000..7797dd107c6c2c --- /dev/null +++ b/srcpkgs/nwg-shell/template @@ -0,0 +1,17 @@ +# Template file for 'nwg-shell' +pkgname=nwg-shell +version=0.5.34 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="GTK3-based shell for sway and Hyprland Wayland compositors" +maintainer="zenobit " +license="MIT" +homepage="https://nwg-piotr.github.io/nwg-shell" +#changelog="" +distfiles="https://github.com/nwg-piotr/nwg-shell/archive/refs/tags/v${version}.tar.gz" +checksum=5b197ffcfed47be6bdddc58a8dbe52fe8603eb769ea29b6be447aa15d0090659 + +post_install() { + vlicense LICENSE +}