homebrew-cask/Casks/paragon-extfs.rb

19 lines
709 B
Ruby
Raw Normal View History

2014-11-14 01:26:36 +08:00
cask :v1 => 'paragon-extfs' do
2014-09-17 19:42:56 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'http://dl.paragon-software.com/demo/extmac_trial_u.dmg'
2015-01-23 06:53:32 +08:00
name 'Paragon ExtFS'
homepage 'http://www.paragon-software.com/home/extfs-mac/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-10 23:37:05 +08:00
pkg 'FSInstaller.app/Contents/Resources/Paragon ExtFS for Mac OS X.pkg'
2014-11-14 10:01:59 +08:00
uninstall :pkgutil => 'com.paragon-software.filesystems.ExtFS.pkg',
:script => 'Uninstall.app/Contents/Resources/uninstall.sh',
:launchctl => [
'com.paragon.extfs*',
'com.paragon.updater'
]
end