diff --git a/srcpkgs/zf/template b/srcpkgs/zf/template new file mode 100644 index 00000000000..d750b0ec78a --- /dev/null +++ b/srcpkgs/zf/template @@ -0,0 +1,21 @@ +# Template file for 'zf' +pkgname=zf +version=0.10.0 +revision=1 +build_style=zig-build +configure_args="-Dpie" +short_desc="Commandline fuzzy finder designed for filtering filepaths" +maintainer="tranzystorekk " +license="MIT" +homepage="https://github.com/natecraddock/zf" +changelog="https://raw.githubusercontent.com/natecraddock/zf/refs/heads/main/CHANGELOG.md" +distfiles="https://github.com/natecraddock/zf/archive/refs/tags/${version}.tar.gz" +checksum=a90b2fff1d552910897487d177eaf92176e421f097ad61c70b8f8b127deef160 + +post_install() { + vlicense LICENSE + vcompletion complete/zf bash + vcompletion complete/zf.fish fish + vcompletion complete/_zf zsh + vman doc/zf.1 +}