homebrew-cask/Casks/love.rb

14 lines
393 B
Ruby
Raw Normal View History

2014-11-14 01:26:17 +08:00
cask :v1 => 'love' do
2015-03-01 10:38:43 +08:00
version '0.9.2'
sha256 'a1c76e0bdafbfc596c0001dae9009a683a7e4a0a042c25cb29d95c11e051c4e4'
2015-01-18 08:59:35 +08:00
# bitbucket.org is the official download host per the vendor homepage
2014-09-26 20:09:01 +08:00
url "https://bitbucket.org/rude/love/downloads/love-#{version}-macosx-x64.zip"
2015-01-05 03:59:47 +08:00
name 'LÖVE'
homepage 'http://love2d.org'
2014-10-01 23:33:17 +08:00
license :oss
2014-09-16 00:05:52 +08:00
app 'love.app'
binary 'love.app/Contents/MacOS/love'
2014-01-09 11:33:56 +08:00
end