homebrew-cask/Casks/p/plus42-binary.rb

26 lines
771 B
Ruby

cask "plus42-binary" do
version "1.0.21"
sha256 :no_check
url "https://thomasokken.com/plus42/download/Plus42Mac.zip"
name "Plus42 Binary"
desc "RPN calculator based on HP-42S"
homepage "https://thomasokken.com/plus42/"
livecheck do
url "https://thomasokken.com/plus42/history.html"
regex(/:\s*release\s*(\d+(?:\.\d+)+[a-z]?)\s*(?:$|\([^\n)]*MacOS)/i)
end
app "Plus42 Binary.app"
zap trash: [
"~/Library/Application Support/Plus42",
"~/Library/Caches/com.thomasokken.Plus42b",
"~/Library/HTTPStorages/com.thomasokken.Plus42b",
"~/Library/HTTPStorages/com.thomasokken.Plus42b.binarycookies",
"~/Library/Preferences/com.thomasokken.Plus42b.plist",
"~/Library/Saved Application State/com.thomasokken.Plus42b",
]
end