homebrew-cask/Casks/kod.rb

13 lines
359 B
Ruby

cask :v1 => 'kod' do
version '0.0.3'
sha256 'bbc645f03e3aa49438606f2c874b6773c648e8409a395149492ec000b10d4ddb'
# hunch.se is the official download host per the vendor homepage
url "http://data.hunch.se/kod/kod-#{version}.zip"
homepage 'https://github.com/rsms/kod/'
license :oss
app 'Kod.app'
binary 'Kod.app/Contents/SharedSupport/kod'
end