Files
homebrew-cask/Casks/f/fontplop.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

12 lines
360 B
Ruby

cask "fontplop" do
version "1.3.0"
sha256 "0ada8c9040bb3da489965b917990f6d88da23c8fec5602f798c91db7e2aafb0e"
url "https://github.com/matthewgonzalez/fontplop/releases/download/v#{version}/fontplop-#{version}.dmg"
name "Fontplop"
desc "Open Source Webfont Converter"
homepage "https://github.com/matthewgonzalez/fontplop"
app "fontplop.app"
end