about summary refs log tree commit diff
path: root/kontemplate.rb
blob: 1b33be2eac95abdde82dcad363ddd3d123a37e38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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.6.0/kontemplate-1.6.0-97bef90-darwin-amd64.tar.gz"
  sha256 "d21529153d369d2347477f981a855525695c0bc2912a50f05d3baf15c96f7c16"
  version "1.6.0-97bef90"

  def install
    bin.install "kontemplate"
  end
end