New package: tag-1.2.0 (#4407)
This commit is contained in:
parent
85a477b67d
commit
689e08d7c6
1 changed files with 18 additions and 0 deletions
18
srcpkgs/tag/template
Normal file
18
srcpkgs/tag/template
Normal 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
|
||||||
|
}
|
Loading…
Reference in a new issue