From a8c596ec8a71b1961595571843c415cde1f22e88 Mon Sep 17 00:00:00 2001 From: zenobit Date: Sun, 17 Mar 2024 01:07:24 +0100 Subject: [PATCH] New package: nwg-dock-hyprland-0.1.8 --- srcpkgs/nwg-dock-hyprland/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/nwg-dock-hyprland/template diff --git a/srcpkgs/nwg-dock-hyprland/template b/srcpkgs/nwg-dock-hyprland/template new file mode 100644 index 00000000000..64bae9127ed --- /dev/null +++ b/srcpkgs/nwg-dock-hyprland/template @@ -0,0 +1,20 @@ +# Template file for 'nwg-dock-hyprland' +pkgname=nwg-dock-hyprland +version=0.1.8 +revision=1 +build_style=go +go_import_path="nwg-dock-hyprland" +hostmakedepends="pkg-config" +makedepends="gtk+3-devel gtk-layer-shell-devel" +depends="nwg-drawer glibc gtk+3 zlib pango libharfbuzz atk cairo gdk-pixbuf glib gtk-layer-shell fontconfig freetype" +short_desc="GTK3-based dock for Hyprland" +maintainer="zenobit " +license="MIT" +homepage="https://nwg-piotr.github.io/nwg-shell/nwg-dock-hyprland" +#changelog="" +distfiles="https://github.com/nwg-piotr/nwg-dock-hyprland/archive/refs/tags/v${version}.tar.gz" +checksum=ba7a3cf8df382ccccca19883a2f52284e0daa11ca291630a1296f8981a4ceac5 + +post_install() { + vlicense LICENSE +}