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 +}