void-packages/srcpkgs/consul/template
Noel Cower 8bfaa44fa1 consul: update to 1.6.1.
Closes: #14577 [via git-merge-pr]
2019-09-18 19:53:27 -07:00

22 lines
810 B
Bash

# Template file for 'consul'
pkgname=consul
version=1.6.1
revision=1
build_style=go
go_import_path="github.com/hashicorp/${pkgname}"
_git_commit=a42ded477cf4e5ac1a850b42ec5d25672cd2545d
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
hostmakedepends="git"
short_desc="Distributed solution to connect and configure applications"
maintainer="iaroki <iaroki@protonmail.com>"
license="MPL-2.0"
homepage="https://www.consul.io/"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=e31ee84ee95efe3c27ebac46ba9f7973f1f7017589b7aece22715e304fccd464
post_install() {
vlicense LICENSE
}