homebrew-cask/Casks/alinof-timer.rb

12 lines
337 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-10-01 23:32:27 +08:00
license :unknown
2014-09-10 23:36:58 +08:00
pkg 'AlinofTimer.pkg', :allow_untrusted => true
uninstall :pkgutil => 'com.alinofsoftware.alinoftimer'
end