feat: first-party homebrew

This commit is contained in:
edde746
2026-01-26 15:29:50 +01:00
parent 8332ef8b9f
commit 394e877b9e
3 changed files with 77 additions and 1 deletions
+35
View File
@@ -0,0 +1,35 @@
cask "plezy" do
version "1.15.0"
sha256 "f6925cdbccd98651ddbbfb059e823e31cef7990e94d753c3b2b501a413404507"
url "https://github.com/edde746/plezy/releases/download/#{version}/plezy-macos.dmg"
name "Plezy"
desc "Modern Plex client built with Flutter"
homepage "https://github.com/edde746/plezy"
livecheck do
url :url
strategy :github_latest
end
auto_updates true
app "Plezy.app"
postflight do
system_command "/usr/bin/xattr",
args: ["-cr", "#{appdir}/Plezy.app"],
sudo: false
end
uninstall quit: "com.edde746.plezy"
zap trash: [
"~/Library/Application Support/com.edde746.plezy",
"~/Library/Caches/com.edde746.plezy",
"~/Library/HTTPStorages/com.edde746.plezy",
"~/Library/Preferences/com.edde746.plezy.plist",
"~/Library/Saved Application State/com.edde746.plezy.savedState",
"~/Library/WebKit/com.edde746.plezy",
]
end