Files
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

25 lines
574 B
Ruby

cask "tofu" do
version "3.0"
sha256 :no_check
url "https://amarsagoo.info/tofu/Tofu.dmg"
name "Tofu"
desc "E-reader software"
homepage "https://amarsagoo.info/tofu/"
livecheck do
url :homepage
regex(/Version\s+(\d+(?:\.\d+)+)/i)
end
depends_on macos: ">= :high_sierra"
app "Tofu.app"
zap trash: [
"~/Library/Application Scripts/com.asagoo.tofu",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.asagoo.tofu.sfl2",
"~/Library/Containers/com.asagoo.tofu",
]
end