# Template file for 'consul' pkgname=consul version=1.14.0 revision=1 build_style=go go_import_path="github.com/hashicorp/consul" _git_commit=0e046bbb34f12b4a38c6c2dc6497426761f0b02f go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit} -X ${go_import_path}/version.GitDescribe=v${version}" # consul has a vendor directory, but relies on replace statements in go.mod, so # force default non-vendor behavior. go_mod_mode=default short_desc="Distributed solution to connect and configure applications" maintainer="iaroki " license="MPL-2.0" homepage="https://www.consul.io/" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" checksum=d5d857be454767705f552c7e1588eb811b3923dc1d0f3553cc48fefbd57539bd post_install() { vlicense LICENSE }