void-packages/srcpkgs/jump/template
2020-12-21 23:59:00 -05:00

24 lines
628 B
Bash

# Template file for 'jump'
pkgname=jump
version=0.30.1
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=76d6453246c047b49e669499dc1b6a7e4c4520653627461d84ad40c6afb45562
post_install() {
vlicense LICENSE.txt
vdoc README.md
for m in man/*.1; do
vman $m
done
}