mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
gitahead: add desc, update depends_on, add zap
This commit is contained in:
+8
-1
@@ -4,9 +4,16 @@ cask "gitahead" do
|
||||
|
||||
url "https://github.com/gitahead/gitahead/releases/download/v#{version}/GitAhead-#{version}.dmg"
|
||||
name "GitAhead"
|
||||
desc "Git Client"
|
||||
homepage "https://github.com/gitahead/gitahead"
|
||||
|
||||
depends_on macos: ">= :sierra"
|
||||
depends_on macos: ">= :big_sur"
|
||||
|
||||
app "GitAhead.app"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Application Support/GitAhead",
|
||||
"~/Library/Preferences/com.gitahead.GitAhead.plist",
|
||||
"~/Library/Saved Application State/com.gitahead.GitAhead.savedState",
|
||||
]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user