🍼 Remove Result from formula

This commit is contained in:
Ben Chatelain 2019-12-13 18:02:23 -07:00
parent 40b73b051b
commit d9b98b8e40
3 changed files with 2 additions and 26 deletions

View file

@ -1,24 +0,0 @@
{
"mas": {
"formula": {
"pkg_version": "1.4.2",
"path": "Library/Taps/homebrew/homebrew-core/Formula/mas.rb"
},
"bottle": {
"root_url": "https://homebrew.bintray.com/bottles",
"prefix": "/usr/local",
"cellar": "any_skip_relocation",
"rebuild": 0,
"tags": {
"high_sierra": {
"filename": "mas-1.4.2.high_sierra.bottle.tar.gz",
"sha256": "caaea8c47a2507a9fcd2d070f5b74822d9ce2903aa39fd7adafaab0bea9a7f8e"
}
}
},
"bintray": {
"package": "mas",
"repository": "bottles"
}
}
}

View file

@ -30,7 +30,7 @@ class Mas < Formula
ENV["XCODE_XCCONFIG_FILE"] = xcconfig ENV["XCODE_XCCONFIG_FILE"] = xcconfig
# Only build necessary dependencies (Commandant, Result) # Only build necessary dependencies (Commandant, Result)
system "carthage", "bootstrap", "--platform", "macOS", "Commandant", "Result" system "carthage", "bootstrap", "--platform", "macOS", "Commandant"
system "script/install", prefix system "script/install", prefix
bash_completion.install "contrib/completion/mas-completion.bash" => "mas" bash_completion.install "contrib/completion/mas-completion.bash" => "mas"

View file

@ -27,7 +27,7 @@ class Mas < Formula
ENV["XCODE_XCCONFIG_FILE"] = xcconfig ENV["XCODE_XCCONFIG_FILE"] = xcconfig
# Only build necessary dependencies (Commandant, Result) # Only build necessary dependencies (Commandant, Result)
system "carthage", "bootstrap", "--platform", "macOS", "Commandant", "Result" system "carthage", "bootstrap", "--platform", "macOS", "Commandant"
system "script/install", prefix system "script/install", prefix
bash_completion.install "contrib/completion/mas-completion.bash" => "mas" bash_completion.install "contrib/completion/mas-completion.bash" => "mas"