22 lines
694 B
Bash
22 lines
694 B
Bash
# 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 <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=a90b2fff1d552910897487d177eaf92176e421f097ad61c70b8f8b127deef160
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vcompletion complete/zf bash
|
|
vcompletion complete/zf.fish fish
|
|
vcompletion complete/_zf zsh
|
|
vman doc/zf.1
|
|
}
|