void-packages/srcpkgs/zf/template

22 lines
694 B
Bash

# Template file for 'zf'
pkgname=zf
version=0.10.1
revision=1
build_style=zig-build
configure_args="-Dpie"
short_desc="Commandline fuzzy finder designed for filtering filepaths"
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
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=d1640134b002492d2ef823243bc49d96fe7e0780b0b2b45d29331caa9fbbbb27
post_install() {
vlicense LICENSE
vcompletion complete/zf bash
vcompletion complete/zf.fish fish
vcompletion complete/_zf zsh
vman doc/zf.1
}