-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplenty.rb
36 lines (31 loc) · 1.01 KB
/
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.7.2"
depends_on "gh"
depends_on "jq"
depends_on "mkcert"
depends_on "mutagen-io/mutagen/mutagen" => "0.17.1"
depends_on :macos
if Hardware::CPU.intel?
url "https://brew-proxy.eks-114-1.plenty.rocks/plenty/v1.7.2/plenty_1.7.2_Darwin_amd64.tar.gz"
sha256 "cb17d6f1f199252971a53ca52bc10cc242153b08698a682139db3401446d56c6"
def install
bin.install "plenty"
bin.install "scripts/kubectl-plenty"
bin.install "scripts/plentyctl"
end
end
if Hardware::CPU.arm?
url "https://brew-proxy.eks-114-1.plenty.rocks/plenty/v1.7.2/plenty_1.7.2_Darwin_arm64.tar.gz"
sha256 "301e6e3b052a55a0ad993def73f0aee0248e5f36036bd34a49daf28fb649a4c6"
def install
bin.install "plenty"
bin.install "scripts/kubectl-plenty"
bin.install "scripts/plentyctl"
end
end
end