From 65e3e0f1a3a9934700f6a53ce07e4c183a9b903b Mon Sep 17 00:00:00 2001 From: zenobit Date: Sat, 16 Mar 2024 23:27:15 +0100 Subject: [PATCH] New package: nwg-shell-config-0.5.34 --- srcpkgs/nwg-shell-config/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/nwg-shell-config/template diff --git a/srcpkgs/nwg-shell-config/template b/srcpkgs/nwg-shell-config/template new file mode 100644 index 00000000000000..9963c5be2fa957 --- /dev/null +++ b/srcpkgs/nwg-shell-config/template @@ -0,0 +1,17 @@ +# Template file for 'nwg-shell-config' +pkgname=nwg-shell-config +version=0.5.34 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="Graphical user interface for configuring sway and Hyprland" +maintainer="zenobit " +license="MIT" +homepage="https://nwg-piotr.github.io/nwg-shell/nwg-shell-config" +#changelog="" +distfiles="https://github.com/nwg-piotr/nwg-shell-config/archive/refs/tags/v${version}.tar.gz" +checksum=5b197ffcfed47be6bdddc58a8dbe52fe8603eb769ea29b6be447aa15d0090659 + +post_install() { + vlicense LICENSE +}