homebrew-cask/Casks/n/not-tetris.rb

19 lines
533 B
Ruby

cask "not-tetris" do
version "2"
sha256 "ddb4df7f9169e1a03cb5f81e67b972cca4470e4925973af452f6e467830aaea8"
url "https://stabyourself.net/dl.php?file=nottetris#{version}/nottetris#{version}-osx.zip"
name "Not Tetris"
desc "Successor of the classic Tetris mixed with physics"
homepage "https://stabyourself.net/nottetris2/"
livecheck do
url :homepage
regex(%r{href=.*?/nottetrisv?(\d+)[._-]osx\.zip}i)
end
app "Not Tetris #{version}.app"
zap trash: "~/Library/Application Support/LOVE/not_tetris_2"
end