diff --git a/srcpkgs/nwg-panel/template b/srcpkgs/nwg-panel/template new file mode 100644 index 00000000000..2f74d4e34c5 --- /dev/null +++ b/srcpkgs/nwg-panel/template @@ -0,0 +1,20 @@ +# Template file for 'nwg-panel' +pkgname=nwg-panel +version=0.9.31 +revision=1 +build_style=python3-pep517 +hostmakedepends="pkg-config python3-setuptools python3-wheel python3-dasbus" +makedepends="cairo-devel python3-cairo-devel" +depends="bluez brightnessctl gtk-layer-shell gtk+3 playerctl python3 python3-cairo python3-gobject python3-i3ipc python3-netifaces python3-psutil python3-requests ddcutil SwayNotificationCenter upower wlr-randr" +checkdepends="python3-pytest python3-pip python3-wheel cmake python3-gobject gtk+3 gtk-layer-shell python3-psutil playerctl python3-requests python3-i3ipc libdbusmenu-gtk3" +short_desc="GTK3-based panel for sway and Hyprland Wayland compositors" +maintainer="zenobit " +license="MIT" +homepage="https://nwg-piotr.github.io/nwg-shell/nwg-panel" +#changelog="" +distfiles="https://github.com/nwg-piotr/nwg-panel/archive/refs/tags/v${version}.tar.gz" +checksum=709a301cd38339ab453a157fc3a3b63132bb988f90670a59a30841da0c2aa69a + +post_install() { + vlicense LICENSE +}