homebrew-cask/Casks/not-tetris.rb

14 lines
392 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'not-tetris' do
2014-10-13 19:51:47 +08:00
version '2'
sha256 'ddb4df7f9169e1a03cb5f81e67b972cca4470e4925973af452f6e467830aaea8'
2014-10-17 20:20:54 +08:00
url "http://stabyourself.net/dl.php?file=nottetris#{version}/nottetris#{version}-osx.zip"
2015-04-16 01:23:53 +08:00
name 'Not Tetris'
2014-10-13 19:51:47 +08:00
homepage 'http://stabyourself.net/nottetris2/'
license :oss
2014-10-17 20:20:54 +08:00
app "Not Tetris #{version}.app"
2015-07-15 00:10:07 +08:00
zap delete: '~/Library/Application Support/LOVE/not_tetris_2'
2014-10-13 19:51:47 +08:00
end