void-packages/srcpkgs/jump/template
2021-06-26 18:39:03 -03:00

24 lines
628 B
Bash

# Template file for 'jump'
pkgname=jump
version=0.40.0
revision=1
build_style=go
go_import_path=github.com/gsamokovarov/jump
hostmakedepends="git"
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=f005f843fc65b7be1d4159da7d4c220eef0229ecec9935c6ac23e4963eef645e
post_install() {
vlicense LICENSE.txt
vdoc README.md
for m in man/*.1; do
vman $m
done
}