New package: jump-0.30.1
This commit is contained in:
parent
8b6526e16b
commit
3cdce3ae6f
1 changed files with 23 additions and 0 deletions
23
srcpkgs/jump/template
Normal file
23
srcpkgs/jump/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue