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.
19 lines
565 B
Ruby
19 lines
565 B
Ruby
cask "silicon-info" do
|
|
version "1.0.3"
|
|
sha256 "ada6ba4665e2aa2973e2faef59f312cc82ae689505236c4c2d412bc3ae18d0f9"
|
|
|
|
url "https://github.com/billycastelli/Silicon-Info/releases/download/#{version}/Silicon.Info.app.zip"
|
|
name "Silicon Info"
|
|
desc "View the architecture of the running application"
|
|
homepage "https://github.com/billycastelli/Silicon-Info"
|
|
|
|
depends_on macos: ">= :big_sur"
|
|
|
|
app "Silicon Info.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Scripts/com.wcastelli.silicon-info",
|
|
"~/Library/Containers/com.wcastelli.silicon-info",
|
|
]
|
|
end
|