void-packages/srcpkgs/jump/template

23 lines
606 B
Bash

# Template file for 'jump'
pkgname=jump
version=0.51.0
revision=3
build_style=go
go_import_path=github.com/gsamokovarov/jump
short_desc="Fuzzy directory jumper that learns your habits"
maintainer="Arthur Weagel <arthur.contrib@gmail.com>"
license="MIT"
homepage="https://github.com/gsamokovarov/jump"
changelog="https://github.com/gsamokovarov/jump/releases"
distfiles="https://github.com/gsamokovarov/jump/archive/v${version}.tar.gz"
checksum=ce297cada71e1dca33cd7759e55b28518d2bf317cdced1f3b3f79f40fa1958b5
post_install() {
vlicense LICENSE.txt
vdoc README.md
for m in man/*.1; do
vman $m
done
}