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
360 B
Ruby
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
|