Skip to content

Commit

Permalink
fac version v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkchoi212 committed Jan 2, 2018
1 parent 46dd5b9 commit 86b9ee8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions assets/fac.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
class Fac < Formula
desc "Command line User Interface for fixing git conflicts"
homepage "https://github.com/mkchoi212/fac"
url "https://github.com/mkchoi212/fac/releases/download/v1.0.0/fac_1.0.0_darwin_amd64.tar.gz"
version "1.0.0"
sha256 "5e3efea7bed1d35a1bec25bb5af1d2c03e1c8fe0ece4a9fe23c180ce7f060066"

depends_on "git"
depends_on "go"

def install
bin.install "fac"
end

test do

end
end

0 comments on commit 86b9ee8

Please sign in to comment.