Files
homebrew-cask/Casks/m/machacha.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

22 lines
502 B
Ruby

cask "machacha" do
version "4.0.1"
sha256 :no_check
url "http://www.julifos.com/soft/machacha/machacha.dmg"
name "MacHacha"
desc "Split archives into smaller parts and join them when requested"
homepage "http://www.julifos.com/soft/machacha/"
livecheck do
url :url
strategy :extract_plist
end
app "MacHacha.app"
zap trash: [
"~/Library/Preferences/com.pescadosweb.machacha.plist",
"~/Library/Saved Application State/com.pescadosweb.machacha.savedState",
]
end