Skip to content

Commit

Permalink
[json2hcl] Add target for installing new package (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim-hleif authored and osterman committed Aug 23, 2018
1 parent bae1bac commit 28ad781
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions install/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ all: awless \
helmfile \
htmltest \
hugo \
json2hcl \
kops \
kubectl \
kubectx \
Expand Down Expand Up @@ -175,6 +176,12 @@ export HUGO_VERSION ?= 0.45.1
hugo: hugo-$(OS)
@exit 0

export JSON2HCL_VERSION ?= 0.0.6
# Releases: https://github.com/kvz/json2hcl/releases
## Install json2hcl which can convert JSON to HCL, and vice versa
json2hcl:
$(call github_download_binary_release,kvz,v$(JSON2HCL_VERSION),$@_v$(JSON2HCL_VERSION)_$(OS)_$(ARCH))

export KOPS_VERSION ?= 1.9.2
# Releases: https://github.com/kubernetes/kops/releases
## Install kops
Expand Down

0 comments on commit 28ad781

Please sign in to comment.