void-packages/srcpkgs/tag/template
Érico Rolim b8c5e59acd srcpkgs/: clean up Go packages.
Fix small typos, expand some variables, leave comments for updates.
2021-02-19 12:07:43 -03:00

19 lines
480 B
Bash

# Template file for 'tag'
pkgname=tag
version=1.4.0
revision=7
build_style=go
hostmakedepends="git mercurial"
go_import_path="github.com/aykamko/tag"
short_desc="Instantly jump to your ag matches"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
homepage="https://github.com/aykamko/tag"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=d3a02466e600634cf0ffff9ad8c5f70eba97e44758edf35cc4efbda9cbfdff9a
post_install() {
vlicense LICENSE
vdoc README.md
}