19 lines
503 B
Bash
19 lines
503 B
Bash
# 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
|
|
}
|