3 sha256 "036e75f00f47c3dc33cdddfe7b2449d5bcff696992389138467de1f9757b6c57"
5 url "http://www.styluslabs.com/write/write#{version.no_dots}.dmg"
7 desc "Word processor for handwriting"
8 homepage "http://www.styluslabs.com/"
11 url "http://www.styluslabs.com/download/write-dmg"
12 regex(/write[._-]?v?(\d+)\.dmg/i)
13 strategy :header_match do |header, regex|
14 match = header["location"]&.match(regex)
17 match[1].include?(".") ? match[1] : match[1].sub(/(\d)(\d)(\d)/, '\1.\2.\3')
24 "~/.config/styluslabs",
25 "~/Library/Saved Application State/com.styluslabs.write3mac.savedState",