void-packages/srcpkgs/tag/template
2017-05-29 14:10:34 +02:00

18 lines
500 B
Bash

# Template file for 'tag'
pkgname=tag
version=1.3.0
revision=5
build_style=go
hostmakedepends="git mercurial"
go_import_path="github.com/aykamko/${pkgname}"
short_desc="Instantly jump to your ag matches"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
homepage="https://github.com/aykamko/tag"
distfiles="https://${go_import_path}/archive/${version}.tar.gz"
checksum=c52295ae6cadda01b3400d0be1dfa5217cf67b723057d02b1718020c0a668110
post_install() {
vlicense LICENSE
vdoc README.md
}