void-packages/srcpkgs/tag/template

19 lines
503 B
Bash
Raw Normal View History

2016-07-03 06:16:25 +00:00
# Template file for 'tag'
pkgname=tag
2016-08-29 23:02:18 +00:00
version=1.3.0
2016-07-03 06:16:25 +00:00
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"
2016-08-29 23:02:18 +00:00
checksum=c52295ae6cadda01b3400d0be1dfa5217cf67b723057d02b1718020c0a668110
2016-07-03 06:16:25 +00:00
post_install() {
vlicense LICENSE
vdoc README.md
}