17 lines
503 B
Bash
17 lines
503 B
Bash
# Template file for 'pazi'
|
|
pkgname=pazi
|
|
version=0.5.0
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Fast autojump helper"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://github.com/euank/pazi"
|
|
changelog="https://raw.githubusercontent.com/euank/pazi/master/ChangeLog.md"
|
|
distfiles="https://github.com/euank/pazi/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=a25660b9c43123a2d243e0b8c50ee9adc97f8afa9bdaf26eef93096a1e7476ac
|
|
|
|
post_install() {
|
|
vman packaging/man/pazi.1
|
|
}
|