mirror of
https://github.com/darwincereska/homebrew-software.git
synced 2026-02-11 20:04:41 -05:00
13 lines
350 B
Ruby
13 lines
350 B
Ruby
cask "metalhud-helper" do
|
|
version "1.0.2"
|
|
sha256 ""
|
|
|
|
url "https://github.com/oliwonders/MetalHUDHelper/releases/download/v#{version}/MetalHUDHelper.dmg"
|
|
|
|
name "MetalHUDHelper"
|
|
desc "App for toggling the Apple Metal Performance HUD globally on macOS"
|
|
homepage "https://github.com/oliwonders/MetalHUDHelper"
|
|
|
|
app "MetalHUDHelper.app"
|
|
end
|