homebrew-cask/Casks/cold-turkey-blocker.rb

13 lines
324 B
Ruby

cask 'cold-turkey-blocker' do
version :latest
sha256 :no_check
url 'https://getcoldturkey.com/files/Cold_Turkey_Mac_Installer.pkg'
name 'Cold Turkey'
homepage 'https://getcoldturkey.com/'
pkg 'Cold_Turkey_Mac_Installer.pkg'
uninstall pkgutil: 'com.getcoldturkey.coldTurkeyBlocker.ColdTurkeyBlocker.pkg'
end