homebrew-cask/Casks/alinof-timer.rb

14 lines
344 B
Ruby

cask 'alinof-timer' do
version :latest
sha256 :no_check
url 'http://www.alinofsoftware.ch/resources/AlinofTimer.pkg'
name 'Alinof Timer'
homepage 'http://www.alinofsoftware.ch/apps/products-timer/index.html'
license :gratis
pkg 'AlinofTimer.pkg', allow_untrusted: true
uninstall pkgutil: 'com.alinofsoftware.alinoftimer'
end