homebrew-cask/Casks/timemachineeditor.rb

14 lines
389 B
Ruby

cask "timemachineeditor" do
version :latest
sha256 :no_check
url "https://tclementdev.com/timemachineeditor/TimeMachineEditor.pkg"
name "TimeMachineEditor"
desc "Utility to change the default backup interval of Time Machine"
homepage "https://tclementdev.com/timemachineeditor/"
pkg "TimeMachineEditor.pkg"
uninstall pkgutil: "com.tclementdev.pkg.timemachineeditor"
end