File tree 1 file changed +37
-0
lines changed
1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ # typed: false
2
+ # frozen_string_literal: true
3
+
4
+ # This file was generated by GoReleaser. DO NOT EDIT.
5
+ class GitSync < Formula
6
+ desc "Git branch sync utility"
7
+ homepage "https://github.com/jacobwgillespie/git-sync"
8
+ version "0.0.1"
9
+ license "MIT"
10
+ bottle :unneeded
11
+
12
+ on_macos do
13
+ if Hardware ::CPU . intel?
14
+ url "https://github.com/jacobwgillespie/git-sync/releases/download/v0.0.1/git-sync_0.0.1_Darwin_x86_64.tar.gz"
15
+ sha256 "471c5c24b011796f001f13fe3f74dd5d73bafc958ea9faac0a9851ae4b043a6b"
16
+ end
17
+ if Hardware ::CPU . arm?
18
+ url "https://github.com/jacobwgillespie/git-sync/releases/download/v0.0.1/git-sync_0.0.1_Darwin_arm64.tar.gz"
19
+ sha256 "5a60728f64d0825750f51d753a530727c938bcc9b884f2d9ca21a4d9f6bdba70"
20
+ end
21
+ end
22
+
23
+ on_linux do
24
+ if Hardware ::CPU . intel?
25
+ url "https://github.com/jacobwgillespie/git-sync/releases/download/v0.0.1/git-sync_0.0.1_Linux_x86_64.tar.gz"
26
+ sha256 "ccbaca2774e4f9b925a6b0f338ad92f6cfdcfd0812bbd6e5d82348fc08cdf6e1"
27
+ end
28
+ if Hardware ::CPU . arm? && Hardware ::CPU . is_64_bit?
29
+ url "https://github.com/jacobwgillespie/git-sync/releases/download/v0.0.1/git-sync_0.0.1_Linux_arm64.tar.gz"
30
+ sha256 "a4cebed7d05ddef9af95e11e35006fdc73268c1dffa07cf202d63591973a3d03"
31
+ end
32
+ end
33
+
34
+ def install
35
+ bin . install "git-sync"
36
+ end
37
+ end
You can’t perform that action at this time.
0 commit comments