mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
http://www.chiark.greenend.org.uk/~sgtatham/puzzles/doc/licence.html#licence and http://tartarus.org/~simon-git/gitweb/?p=puzzles.git;a=blob_plain;f=LICENCE;hb=HEAD
10 lines
241 B
Ruby
10 lines
241 B
Ruby
cask :v1 => 'puzzles' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://www.chiark.greenend.org.uk/~sgtatham/puzzles/Puzzles.dmg'
|
|
homepage 'http://www.chiark.greenend.org.uk/~sgtatham/puzzles/'
|
|
license :mit
|
|
|
|
app 'Puzzles.app'
|
|
end
|