Files
homebrew-cask/Casks/b/bookwright.rb
2023-10-18 17:55:47 -04:00

29 lines
936 B
Ruby

cask "bookwright" do
version "3.0.2"
sha256 "0bfc6cdbaa48c22f1d840ca6371f4dc3bcb43938e172106218bf789a369aa93f"
url "https://software.blurb.com/bookwright_v2/#{version}/BookWright.dmg"
name "bookwright"
desc "Make a book with this tool and the Blurb printing service"
homepage "https://www.blurb.com/bookwright"
# The major version has not yet been updated in
# either the download url or the livecheck url.
livecheck do
url "https://www.blurb.com/bookwright_v2/versions.json"
regex(/["']version["']:\s*?["']v?(\d+(?:\.\d+)+)["']/i)
end
depends_on macos: ">= :high_sierra"
app "BookWright.app"
zap trash: [
"~/Library/Application Support/com.blurb.bookwright",
"~/Library/Caches/com.blurb.bookwright",
"~/Library/HTTPStorages/com.blurb.bookwright",
"~/Library/Preferences/com.blurb.bookwright.plist",
"~/Library/Saved Application State/com.blurb.bookwright.savedState",
]
end