diff --git a/Casks/smartgit-rc.rb b/Casks/smartgit-rc.rb new file mode 100644 index 000000000..ac78890a5 --- /dev/null +++ b/Casks/smartgit-rc.rb @@ -0,0 +1,16 @@ +cask 'smartgit-rc' do + version '8-rc-1' + sha256 '43b9e2d125ddc583464a66e4f07a9ebd47d4422460f0c0f3e178f59e2678c8a7' + + url "https://www.syntevo.com/downloads/smartgit/smartgit-macosx-#{version}.dmg" + name 'SmartGit' + homepage 'https://www.syntevo.com/smartgit/' + license :commercial + + app 'SmartGit.app' + binary "#{appdir}/SmartGit.app/Contents/MacOS/SmartGit" + + caveats do + files_in_usr_local + end +end