-
Notifications
You must be signed in to change notification settings - Fork 0
/
plenty.rb
36 lines (31 loc) · 1006 Bytes
/
plenty.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# typed: false
# frozen_string_literal: true
# This file was generated by GoReleaser. DO NOT EDIT.
class Plenty < Formula
desc ""
homepage "https://github.com/plentymarkets/homebrew-tools"
version "1.6.3"
depends_on "gh"
depends_on "jq"
depends_on "mkcert"
depends_on "mutagen-io/mutagen/mutagen" => "0.17.1"
depends_on :macos
on_intel do
url "http://brew-proxy.eks-114-1.plenty.rocks/plenty/v1.6.3/plenty_1.6.3_Darwin_amd64.tar.gz"
sha256 "ba8b102ae67ff1a6a18c376c4cb074bcf94100bc7efacba6723b33eeb869838b"
def install
bin.install "plenty"
bin.install "scripts/kubectl-plenty"
bin.install "scripts/plentyctl"
end
end
on_arm do
url "http://brew-proxy.eks-114-1.plenty.rocks/plenty/v1.6.3/plenty_1.6.3_Darwin_arm64.tar.gz"
sha256 "bdb5ad8adc103bd67efc722857a52561bdca48c760cdbde052108f424044a8de"
def install
bin.install "plenty"
bin.install "scripts/kubectl-plenty"
bin.install "scripts/plentyctl"
end
end
end