mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
23 lines
611 B
Ruby
23 lines
611 B
Ruby
cask "sleek" do
|
|
version "2.0.2"
|
|
sha256 "4f5fec028b79fce0fefc76f4a0530978f8a696a92b18859a2f91967b03dcae94"
|
|
|
|
url "https://github.com/ransome1/sleek/releases/download/v#{version}/sleek-#{version}-mac.dmg"
|
|
name "sleek"
|
|
desc "Todo manager based on the todo.txt syntax"
|
|
homepage "https://github.com/ransome1/sleek"
|
|
|
|
livecheck do
|
|
url :url
|
|
strategy :github_latest
|
|
end
|
|
|
|
app "sleek.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/sleek",
|
|
"~/Library/Preferences/RobinAhle.sleektodomanager.plist",
|
|
"~/Library/Saved Application State/RobinAhle.sleektodomanager.savedState",
|
|
]
|
|
end
|