mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
FoldIt is a game that allows users to fold proteins. By trial and error, the player finds the correct way to fold it. These results are then sent back to researchers will they assist in finding cures for illnesses such as AIDS and cancer.
7 lines
148 B
Ruby
7 lines
148 B
Ruby
class Foldit < Cask
|
|
url 'http://fold.it/portal/download/osx'
|
|
homepage 'http://fold.it'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'FoldIt.app'
|
|
end
|