diff options
author | Mike JS. Choi <mkchoi212@icloud.com> | 2018-01-02 19:21:28 -0600 |
---|---|---|
committer | Mike JS. Choi <mkchoi212@icloud.com> | 2018-01-02 19:21:28 -0600 |
commit | 5a9aa172e9f0c7e53e6defccf550a7a3d91f05b9 (patch) | |
tree | 3389377ce8c53f5183e8d8d57e61394bd6261e08 | |
parent | 53749d8ce814d94ae155725d645aa81e3dbb258b (diff) |
Remove redundant homebrew script
-rw-r--r-- | fac.rb | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -1,18 +0,0 @@ -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.1/fac_1.0.1_darwin_amd64.tar.gz" - version "1.0.1" - sha256 "f64e25dae39e9eb160afe225754b345e850489f7dcab707bc513311d7098d59a" - - depends_on "git" - depends_on "go" - - def install - bin.install "fac" - end - - test do - - end -end |