mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #167214 from chenrui333/acreom
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
cask "acreom" do
|
||||
arch arm: "-arm64"
|
||||
|
||||
version "1.15.15"
|
||||
sha256 arm: "90a218ef1f6003fb7ad2b27760b355fae402056cec3482e312617e06e9c64c1d",
|
||||
intel: "09e87022ed16336adaeaf695cd89d18d49383382a56ec5b363a1fbcfc5abd3a5"
|
||||
|
||||
url "https://github.com/Acreom/releases/releases/download/v#{version}/acreom-#{version}#{arch}.dmg",
|
||||
verified: "github.com/Acreom/releases/"
|
||||
name "acreom"
|
||||
desc "Personal knowledge base for developers"
|
||||
homepage "https://acreom.com/"
|
||||
|
||||
depends_on macos: ">= :high_sierra"
|
||||
|
||||
app "acreom.app"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Application Support/acreom",
|
||||
"~/Library/Logs/acreom",
|
||||
"~/Library/Preferences/com.acreom.acreom-desktop.plist",
|
||||
"~/Library/Saved Application State/com.acreom.acreom-desktop.savedState",
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user