homebrew-cask-versions/Casks/bzflag.rb
Yegor Timoschenko f4b1b0b2a2 BZFlag is under GNU LGPL
http://bzflag.org/downloads

> BZFlag is licensed under the LGPL 2.1 and is free to
> use/distribute/modify as long as the terms of the license are
> followed.
2014-10-16 03:07:56 +07:00

10 lines
308 B
Ruby

class Bzflag < Cask
version '2.4.2'
sha256 '4ce7f007cb7c78a5243ced84d310c37637a2aa8fe9569231edd2dbc45286e293'
url "http://downloads.sourceforge.net/project/bzflag/bzflag%20Mac%20OS%20X/#{version}/BZFlag-#{version}.zip"
homepage 'http://bzflag.org/'
license :gpl
app "BZFlag-#{version}.app"
end