homebrew-cask/Casks/love.rb

14 lines
388 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'love' do
2015-12-23 13:47:59 +08:00
version '0.10.0'
sha256 '9e81bb4e09b470ffa97678625c9f30bb1436c0632bdff31dc51558ded06a0876'
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 '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