homebrew-cask/Casks/love.rb

14 lines
404 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'love' do
2016-02-21 00:53:50 +08:00
version '0.10.1'
sha256 '8412f6c451a60118527a42423a99e4583da79b5ff4dd18900755f97527ac1725'
2016-03-21 04:17:26 +08:00
# bitbucket.org/rude/love was verified as official when first introduced to the cask
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'
2016-03-21 04:17:26 +08:00
homepage 'https://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