mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-11 22:06:11 -06:00
9 lines
212 B
Ruby
9 lines
212 B
Ruby
class Qtspim < Cask
|
|
version 'latest'
|
|
sha256 :no_check
|
|
|
|
url 'https://sourceforge.net/projects/spimsimulator/files/latest/download'
|
|
homepage 'http://spimsimulator.sourceforge.net/'
|
|
|
|
link 'QtSpim.app'
|
|
end
|