homebrew-cask/Casks/alinof-timer.rb

11 lines
318 B
Ruby
Raw Normal View History

class AlinofTimer < Cask
2014-09-17 19:42:37 +08:00
version :latest
sha256 :no_check
url 'http://www.alinofsoftware.ch/resources/AlinofTimer.pkg'
homepage 'http://www.alinofsoftware.ch/en/products/products-timer/index.html'
2014-09-10 23:36:58 +08:00
pkg 'AlinofTimer.pkg', :allow_untrusted => true
uninstall :pkgutil => 'com.alinofsoftware.alinoftimer'
end