# 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 " 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 }