homebrew-cask/Casks/smartgit.rb

15 lines
400 B
Ruby
Raw Normal View History

2014-11-16 13:40:07 +08:00
cask :v1 => 'smartgit' do
2014-12-16 02:26:28 +08:00
version '6.5.2'
sha256 '3fc0fd89e1e2b7e5aec5f12b8da2ae1da1d2a84d96ce335a62d922db1640b965'
2014-11-16 13:40:07 +08:00
url "http://www.syntevo.com/download/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