homebrew-cask/Casks/smartgit.rb

15 lines
401 B
Ruby
Raw Normal View History

2014-11-16 13:40:07 +08:00
cask :v1 => 'smartgit' do
2015-02-11 10:55:16 +08:00
version '6.5.5'
sha256 '5736c91b8b05f19c54b4b89aab7f83db1516da2098ba041bd37ffe4403481872'
2014-11-16 13:40:07 +08:00
2015-02-11 20:56:20 +08:00
url "http://www.syntevo.com/downloads/smartgit/smartgit-macosx-#{version.gsub('.', '_')}.dmg"
homepage 'http://www.syntevo.com/smartgit/'
2014-12-16 02:26:28 +08:00
license :commercial
2014-11-16 13:40:07 +08:00
app 'SmartGit.app'
binary 'SmartGit.app/Contents/MacOS/SmartGit'
caveats do
files_in_usr_local
end
end