homebrew-cask/Casks/chiaki.rb

21 lines
508 B
Ruby
Raw Normal View History

cask "chiaki" do
version "2.1.1"
sha256 "d90aa5c7b0d5602165be845fa648474f084968109554d644544b64cd1399c6af"
2019-09-27 19:47:59 +08:00
url "https://git.sr.ht/~thestr4ng3r/chiaki/refs/download/v#{version}/Chiaki-v#{version}-macOS-x86_64.dmg"
name "Chiaki"
desc "PlayStation remote play client"
homepage "https://git.sr.ht/~thestr4ng3r/chiaki"
livecheck do
url :homepage
end
2019-09-27 19:47:59 +08:00
app "Chiaki.app"
2019-09-27 19:47:59 +08:00
zap trash: [
"~/Library/Application Support/Chiaki",
"~/Library/Preferences/com.chiaki.Chiaki.plist",
]
2019-09-27 19:47:59 +08:00
end