homebrew-cask/Casks/pokemon-showdown.rb

12 lines
354 B
Ruby
Raw Normal View History

2014-11-14 01:26:41 +08:00
cask :v1 => 'pokemon-showdown' do
2014-09-17 19:42:57 +08:00
version :latest
2014-07-18 10:22:54 +08:00
sha256 :no_check
url 'http://pokemonshowdown.com/files/pokemonshowdown-mac.zip'
2015-01-06 11:10:11 +08:00
name 'Pokémon Showdown'
2014-07-18 10:22:54 +08:00
homepage 'http://pokemonshowdown.com'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-07-18 10:22:54 +08:00
2014-09-16 00:06:09 +08:00
app 'Pokemon Showdown.app'
2014-07-18 10:22:54 +08:00
end