excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / a / apple-juice.rb
blobd8b1a8ff4d4791a1929e5e23f73f33ef63387de1
1 cask "apple-juice" do
2   version "2020.12.0"
3   sha256 "32aff8e2b2de61076fca1243091ab6e0166d38b4657afedcf01ae28133b69cae"
5   url "https://github.com/raphaelhanneken/apple-juice/releases/download/#{version}/Apple.Juice.dmg"
6   name "Apple Juice"
7   desc "Battery gauge that displays the remaining battery time and more"
8   homepage "https://github.com/raphaelhanneken/apple-juice"
10   depends_on macos: ">= :sierra"
12   app "Apple Juice.app"
14   uninstall quit: "io.raphaelhanneken.applejuice"
16   zap trash: [
17     "~/Library/Caches/io.raphaelhanneken.applejuice",
18     "~/Library/Preferences/io.raphaelhanneken.applejuice.plist",
19   ]
20 end