mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
24 lines
605 B
Ruby
24 lines
605 B
Ruby
cask "pencil" do
|
|
version "3.1.1"
|
|
sha256 "ea72ea7a528e3bb744a1730b9eed4b24af87e649c7feb5906182ab81ef903af5"
|
|
|
|
url "https://pencil.evolus.vn/dl/V#{version}.ga/Pencil-#{version}.ga-universal.dmg"
|
|
name "Pencil"
|
|
name "The Pencil Project"
|
|
desc "GUI prototyping tool"
|
|
homepage "https://pencil.evolus.vn/"
|
|
|
|
livecheck do
|
|
url "https://pencil.evolus.vn/Downloads.html"
|
|
regex(/href=.*?Pencil[._-]v?(\d+(?:\.\d+)+)[^"' >]*?\.dmg/i)
|
|
end
|
|
|
|
app "Pencil.app"
|
|
|
|
zap trash: [
|
|
"~/.pencil",
|
|
"~/Library/Application Support/Pencil",
|
|
"~/Library/Preferences/vn.evolus.pencil.plist",
|
|
]
|
|
end
|