homebrew-cask/Casks/smartgit.rb

16 lines
419 B
Ruby
Raw Normal View History

2014-11-16 13:40:07 +08:00
cask :v1 => 'smartgit' do
version '6.5.7'
sha256 'c56e43e25785384906111a724acdf353b1cfecbc9bc7f8d0f5b5020e95662a67'
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"
2015-05-01 02:43:09 +08:00
name 'SmartGit'
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