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.
12 lines
323 B
Ruby
12 lines
323 B
Ruby
cask "cpuinfo" do
|
|
version "1.5.1"
|
|
sha256 "e6037c41db55d6032bfb0c5f6ed6b62d8303a58b1a13a972522253aeebef427a"
|
|
|
|
url "https://github.com/yusukeshibata/cpuinfo/raw/#{version}/dist/cpuinfo.zip"
|
|
name "cpuinfo"
|
|
desc "CPU meter menu bar app"
|
|
homepage "https://github.com/yusukeshibata/cpuinfo/"
|
|
|
|
app "cpuinfo.app"
|
|
end
|