Files
homebrew-cask/Casks/a/athens.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

29 lines
829 B
Ruby

cask "athens" do
arch arm: "-arm64"
version "2.0.0"
sha256 arm: "1d1c289feb1e0182dbace1d5ff9d71107a2f76b20a3327ff82a4887a832637b6",
intel: "50596cfd8dcdc6502efe30e818429dc7cf109f5968fc30d14d26669ce0f53971"
url "https://github.com/athensresearch/athens/releases/download/v#{version}/Athens-#{version}#{arch}.dmg",
verified: "github.com/athensresearch/athens/"
name "Athens"
desc "Self-hosted knowledge graph"
homepage "https://www.athensresearch.org/"
livecheck do
url :url
strategy :github_latest
end
app "Athens.app"
zap trash: [
"~/Documents/athens",
"~/Library/Application Support/Athens",
"~/Library/Logs/Athens",
"~/Library/Preferences/com.athensresearch.athens.plist",
"~/Library/Saved Application State/com.athensresearch.athens.savedState",
]
end