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
378 B
Ruby
12 lines
378 B
Ruby
cask "figtree" do
|
|
version "1.4.4"
|
|
sha256 "4a11741143982a9b7fea78e60c8315ce8e8436eeb96ab3ee5376c53c83e54b9b"
|
|
|
|
url "https://github.com/rambaut/figtree/releases/download/v#{version}/FigTree.v#{version}.dmg"
|
|
name "FigTree"
|
|
homepage "https://github.com/rambaut/figtree/"
|
|
|
|
app "FigTree v#{version}.app"
|
|
qlplugin "QuickLook Plugin/FigTreeQuickLookPlugin.qlgenerator"
|
|
end
|