18 lines
501 B
Bash
18 lines
501 B
Bash
# Template file for 'tag'
|
|
pkgname=tag
|
|
version=1.4.0
|
|
revision=4
|
|
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/v${version}.tar.gz"
|
|
checksum=d3a02466e600634cf0ffff9ad8c5f70eba97e44758edf35cc4efbda9cbfdff9a
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README.md
|
|
}
|