New package: tag-1.2.0 (#4407)

This commit is contained in:
Andrea Brancaleoni 2016-07-03 08:16:25 +02:00 committed by GitHub
parent 85a477b67d
commit 689e08d7c6

18
srcpkgs/tag/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'tag'
pkgname=tag
version=1.2.0
revision=1
build_style=go
hostmakedepends="git mercurial"
go_import_path="github.com/aykamko/${pkgname}"
short_desc="Instantly jump to your ag matches"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="MIT"
homepage="https://github.com/aykamko/tag"
distfiles="https://${go_import_path}/archive/${version}.tar.gz"
checksum=dccc86fdfe8d2abd5c2d2942aa4b4953dd212bbdeb73e4a3af5f92bb6ea8c1f9
post_install() {
vlicense LICENSE
vdoc README.md
}