void-packages/srcpkgs/tag/template
2016-08-30 01:02:18 +02:00

18 lines
503 B
Bash

# Template file for 'tag'
pkgname=tag
version=1.3.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=c52295ae6cadda01b3400d0be1dfa5217cf67b723057d02b1718020c0a668110
post_install() {
vlicense LICENSE
vdoc README.md
}