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.
14 lines
403 B
Ruby
14 lines
403 B
Ruby
cask "doteditor" do
|
|
version "0.3.1"
|
|
sha256 "06e60c4e474bbca2246804140d73d3faeec7a984759a0fca6d47e07d5994dbcf"
|
|
|
|
url "https://github.com/vincenthEE/DotEditor/releases/download/v#{version}/DotEditor.#{version}.dmg",
|
|
verified: "github.com/vincenthEE/DotEditor/"
|
|
name "DotEditor"
|
|
homepage "https://vincenthee.github.io/DotEditor/"
|
|
|
|
depends_on formula: "graphviz"
|
|
|
|
app "DotEditor.app"
|
|
end
|