mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
new cask for Elephas (#137380)
* new cask for Elephas * elephas cask incorporating style feedback and taking latest version * Update elephas.rb * Update elephas.rb Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
This commit is contained in:
co-authored by
Miccal Matthews
parent
82f0a6b489
commit
35f212be22
@@ -0,0 +1,26 @@
|
||||
cask "elephas" do
|
||||
version "4.4"
|
||||
sha256 :no_check
|
||||
|
||||
url "https://elephas.app/downloads/Elephas_latest.dmg"
|
||||
name "Elephas"
|
||||
desc "Personal AI Writing Assistant"
|
||||
homepage "https://elephas.app/"
|
||||
|
||||
livecheck do
|
||||
url :url
|
||||
strategy :extract_plist
|
||||
end
|
||||
|
||||
conflicts_with cask: "homebrew/cask-versions/elephas-beta"
|
||||
depends_on macos: ">= :catalina"
|
||||
|
||||
app "Elephas.app"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Application Support/Elephas",
|
||||
"~/Library/Caches/com.kamban.elephas",
|
||||
"~/Library/HTTPStorages/com.kamban.elephas",
|
||||
"~/Library/Preferences/com.kamban.elephas.plist",
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user