Files
homebrew-cask/Casks/f/fontgoggles.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

15 lines
488 B
Ruby

cask "fontgoggles" do
version "1.7.4"
sha256 "925ec289ea6b757eca4f162d481a006e0a85456669b587b55ce9c6f236514a60"
url "https://github.com/justvanrossum/fontgoggles/releases/download/v#{version}/FontGoggles.dmg",
verified: "github.com/justvanrossum/fontgoggles/"
name "FontGoggles"
desc "Font viewer for various font formats"
homepage "https://fontgoggles.org/"
app "FontGoggles.app"
zap trash: "~/Library/Preferences/com.github.justvanrossum.FontGoggles.plist"
end