homebrew-cask/Casks/alinof-timer.rb

14 lines
354 B
Ruby
Raw Normal View History

2014-11-14 01:25:21 +08:00
cask :v1 => 'alinof-timer' do
2014-09-17 19:42:37 +08:00
version :latest
sha256 :no_check
url 'http://www.alinofsoftware.ch/resources/AlinofTimer.pkg'
2015-01-04 10:49:37 +08:00
name 'Alinof Timer'
2014-12-25 01:30:59 +08:00
homepage 'http://www.alinofsoftware.ch/en/products/products-timer/'
license :gratis
2014-09-10 23:36:58 +08:00
pkg 'AlinofTimer.pkg', :allow_untrusted => true
2014-11-22 22:12:36 +08:00
uninstall :pkgutil => 'com.alinofsoftware.alinoftimer'
end