New package: jump-0.30.1

This commit is contained in:
Arthur Weagel 2020-12-17 17:00:18 -07:00 committed by Toyam Cox
parent 8b6526e16b
commit 3cdce3ae6f

23
srcpkgs/jump/template Normal file
View file

@ -0,0 +1,23 @@
# 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
}