From b8dc2439409f5cd2fc43d26a10b5d27737fda674 Mon Sep 17 00:00:00 2001 From: Soulful Sailer Date: Mon, 9 Feb 2026 08:53:39 -0600 Subject: [PATCH] New package: niri-float-sticky-0.0.6 --- srcpkgs/niri-float-sticky/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/niri-float-sticky/template diff --git a/srcpkgs/niri-float-sticky/template b/srcpkgs/niri-float-sticky/template new file mode 100644 index 00000000000000..8fa9f339f1fb6d --- /dev/null +++ b/srcpkgs/niri-float-sticky/template @@ -0,0 +1,18 @@ +# Template file for 'niri-float-sticky' +pkgname=niri-float-sticky +version=0.0.6 +revision=1 +build_style=go +go_import_path="github.com/probeldev/niri-float-sticky" +hostmakedepends="go" +depends="niri" +short_desc="Floating windows visible across all workspaces in niri" +maintainer="Soulful Sailer " +license="MIT" +homepage="https://github.com/probeldev/niri-float-sticky/" +distfiles="https://github.com/probeldev/niri-float-sticky/archive/refs/tags/v${version}.tar.gz" +checksum=b829bde68f64ab5fb2a6ecf8a112a10ce96119ed76a927fd17b302bb35936ee1 + +post_install() { + vlicense LICENSE +}