diff --git a/srcpkgs/tag/template b/srcpkgs/tag/template new file mode 100644 index 00000000000..90d0dee274c --- /dev/null +++ b/srcpkgs/tag/template @@ -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 " +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 +}