diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-20T22·13+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-20T22·13+0000 |
commit | 795a97466527a5f02e79e47b7fb316c78ffde667 (patch) | |
tree | 541912f41f01aa8ae5952030df6d3aeb7bd3baa3 /kontemplate.rb | |
parent | 064f65dec295144dc8d440ebcf63f08eb154169d (diff) |
chore(kontemplate): Prepare kontemplate for depot-merge
This merge will not yet include moving over to buildGo.nix, as support for testing and such is not present in that library yet.
Diffstat (limited to 'kontemplate.rb')
-rw-r--r-- | kontemplate.rb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/kontemplate.rb b/kontemplate.rb deleted file mode 100644 index 45a31ab718c7..000000000000 --- a/kontemplate.rb +++ /dev/null @@ -1,13 +0,0 @@ -# Homebrew binary formula for Kontemplate - -class Kontemplate < Formula - desc "Kontemplate - Extremely simple Kubernetes resource templates" - homepage "https://github.com/tazjin/kontemplate" - url "https://github.com/tazjin/kontemplate/releases/download/v1.8.0/kontemplate-1.8.0-6c3b299-darwin-amd64.tar.gz" - sha256 "c541f39ef14f4822ff2f5472a9c1e57f73f0277b6b85bec8e9514640aac311a8" - version "kontemplate-1.8.0-6c3b299" - - def install - bin.install "kontemplate" - end -end |