Files
2023-11-22 12:24:55 +08:00

29 lines
1.0 KiB
Ruby

cask "ipe" do
arch arm: "arm", intel: "intel"
version "7.2.28"
sha256 arm: "920a6ab47c3fd6a9d5e9a530d3a1d288d282d5dc9227383d3bf6e75307b1faa9",
intel: "2de5402c14cc8bbfcc3f6ea45a3712c5cfac928aeabf506d0673aecbb6884ff7"
url "https://github.com/otfried/ipe/releases/download/v#{version}/ipe-#{version}-mac-#{arch}.dmg",
verified: "github.com/otfried/ipe/"
name "Ipe"
desc "Drawing editor for creating figures in PDF format"
homepage "https://ipe.otfried.org/"
livecheck do
url :homepage
regex(/href=.*?ipe[._-](\d+(?:\.\d+)+)[._-]mac[._-]#{arch}\.dmg/i)
end
app "Ipe.app"
zap trash: [
"~/.ipe",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.otfried.ipe.ipe.sfl*",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.otfried.ipe.sfl*",
"~/Library/Preferences/org.otfried.ipe.Ipe.plist",
"~/Library/Saved Application State/org.otfried.ipe.savedState",
]
end