homebrew-cask/Casks/alinof-timer.rb

11 lines
323 B
Ruby

class AlinofTimer < Cask
version 'latest'
sha256 :no_check
url 'http://www.alinofsoftware.ch/resources/AlinofTimer.pkg'
homepage 'http://www.alinofsoftware.ch/en/products/products-timer/index.html'
install 'AlinofTimer.pkg', :allow_untrusted => true
uninstall :pkgutil => 'com.alinofsoftware.alinoftimer'
end