homebrew-cask/Casks/kod.rb

14 lines
365 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'kod' do
2014-06-18 05:27:42 +08:00
version '0.0.3'
sha256 'bbc645f03e3aa49438606f2c874b6773c648e8409a395149492ec000b10d4ddb'
2015-01-18 07:51:30 +08:00
# hunch.se is the official download host per the vendor homepage
2014-09-26 20:09:00 +08:00
url "http://data.hunch.se/kod/kod-#{version}.zip"
2015-04-09 02:21:24 +08:00
name 'Kod'
homepage 'https://github.com/rsms/kod/'
2014-10-01 23:33:13 +08:00
license :oss
2014-09-16 00:05:49 +08:00
app 'Kod.app'
2014-06-18 05:27:42 +08:00
binary 'Kod.app/Contents/SharedSupport/kod'
end