mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
20 lines
538 B
Ruby
20 lines
538 B
Ruby
cask "ollamac" do
|
|
version "1.1.1"
|
|
sha256 "345bf77419a81c16c1b43fcc26d8d92f039fc79852c5c3f2462d9c4582d67610"
|
|
|
|
url "https://github.com/kevinhermawan/Ollamac/releases/download/v#{version}/Ollamac-#{version}.dmg"
|
|
name "Ollamac"
|
|
desc "Interact with Ollama models"
|
|
homepage "https://github.com/kevinhermawan/Ollamac"
|
|
|
|
auto_updates true
|
|
depends_on macos: ">= :sonoma"
|
|
|
|
app "Ollamac.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Scripts/com.kevinhermawa.Ollamac",
|
|
"~/Library/Containers/com.kevinhermawan.Ollamac",
|
|
]
|
|
end
|