homebrew-cask/Casks/alinof-timer.rb

13 lines
328 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'alinof-timer' do
2014-09-17 19:42:37 +08:00
version :latest
sha256 :no_check
2016-10-12 16:16:25 +08:00
url 'https://www.alinofsoftware.ch/resources/AlinofTimer.pkg'
2015-01-04 10:49:37 +08:00
name 'Alinof Timer'
2016-10-12 16:16:25 +08:00
homepage 'https://www.alinofsoftware.ch/apps/products-timer/index.html'
pkg 'AlinofTimer.pkg', allow_untrusted: true
2014-11-22 22:12:36 +08:00
uninstall pkgutil: 'com.alinofsoftware.alinoftimer'
end