13 lines
397 B
Ruby
13 lines
397 B
Ruby
cask "drawbot" do
|
|
version "3.130"
|
|
sha256 "9cb6bd3cb0061ad6e3e2cc3b78e58fddaa4d5a00dc6c3ab7a3fa08cb1ebebe97"
|
|
|
|
url "https://github.com/typemytype/drawbot/releases/download/#{version}/DrawBot.dmg",
|
|
verified: "github.com/typemytype/drawbot/"
|
|
name "DrawBot"
|
|
desc "Write Python scripts to generate two-dimensional graphics"
|
|
homepage "https://www.drawbot.com/"
|
|
|
|
app "DrawBot.app"
|
|
end
|