homebrew-cask/Casks/smartgithg.rb

15 lines
397 B
Ruby
Raw Normal View History

2013-11-13 05:06:15 +08:00
class Smartgithg < Cask
version '6.0.6'
sha256 '25616f860cb03a9be9aa9ec21d2625673253c4dc702647d3c1f417f6b425fc96'
url "http://www.syntevo.com/download/smartgithg/smartgithg-macosx-#{version.gsub('.', '_')}.dmg"
homepage 'http://www.syntevo.com'
2014-10-01 23:33:55 +08:00
license :unknown
2014-09-16 00:06:21 +08:00
app 'SmartGitHg 6.app'
2014-05-29 13:07:13 +08:00
binary 'SmartGitHg 6.app/Contents/MacOS/SmartGit'
caveats do
files_in_usr_local
end
2013-08-15 05:06:46 +08:00
end