mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
27 lines
754 B
Ruby
27 lines
754 B
Ruby
cask "bee" do
|
|
version "3.1.5,5468"
|
|
sha256 "1568a63516384fd62d9f746f8afe8f94bcec84ca0d25bf0b8f252eee2432509e"
|
|
|
|
url "https://bee-app.s3.amazonaws.com/public/Bee-#{version.csv.second}-#{version.csv.first}.zip",
|
|
verified: "bee-app.s3.amazonaws.com/"
|
|
name "Bee"
|
|
desc "Issue tracker frontend"
|
|
homepage "https://www.neat.io/bee/"
|
|
|
|
app "Bee.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Scripts/io.neat.Bee",
|
|
"~/Library/Application Scripts/io.neat.Bee-Mutator",
|
|
"~/Library/Application Scripts/io.neat.Bee-Updater",
|
|
"~/Library/Caches/io.neat.Bee",
|
|
"~/Library/Containers/io.neat.Bee",
|
|
"~/Library/Containers/io.neat.Bee-Mutator",
|
|
"~/Library/Containers/io.neat.Bee-Updater",
|
|
]
|
|
|
|
caveats do
|
|
discontinued
|
|
end
|
|
end
|