mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
🍼 Remove Result from formula
This commit is contained in:
parent
40b73b051b
commit
d9b98b8e40
3 changed files with 2 additions and 26 deletions
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue