24 lines
806 B
Ruby
24 lines
806 B
Ruby
cask "linear" do
|
|
version "1.5"
|
|
sha256 "a449b498e552fcc9de0f42a360f894d26e1796ce44ab1dc150fc87acab10a9c2"
|
|
|
|
url "https://github.com/mikaa123/linear/releases/download/#{version}/linear.zip",
|
|
verified: "github.com/mikaa123/linear/"
|
|
name "Linear"
|
|
desc "Ruler app with web-development in mind"
|
|
homepage "https://linear.theuxshop.com/"
|
|
|
|
disable! date: "2024-06-07", because: :unmaintained
|
|
|
|
app "linear.app"
|
|
|
|
zap trash: [
|
|
"~/.linear",
|
|
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.electron.linear.sfl*",
|
|
"~/Library/Application Support/linear",
|
|
"~/Library/Caches/linear",
|
|
"~/Library/Preferences/com.electron.linear.plist",
|
|
"~/Library/Saved Application State/com.electron.linear.savedState",
|
|
]
|
|
end
|