Files
homebrew-cask/Casks/n/ntfstool.rb
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

20 lines
519 B
Ruby

cask "ntfstool" do
version "2.3.2"
sha256 "4c8179aebdd171bf1b6ef2d58a4cf89c5f92cab17be68abc4ddfa1ee3b004112"
url "https://github.com/ntfstool/ntfstool/releases/download/#{version}/NTFSTool-#{version}.dmg"
name "NTFSTool"
desc "Utility that provides NTFS read and write support"
homepage "https://github.com/ntfstool/ntfstool"
auto_updates true
depends_on cask: "macfuse"
app "NTFSTool.app"
zap trash: [
"~/Library/Logs/NTFSTool",
"~/Library/Preferences/com.ntfstool.aile.plist",
]
end