mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
ImageJ suite for scientific image processing and analysis. Includes 32bit and 64bit applications and default plugins. Depends on Java RE.
12 lines
321 B
Ruby
12 lines
321 B
Ruby
cask :v1 => 'imagej' do
|
|
version '1.48'
|
|
sha256 'f93c1a518f7aada24cfd648d65601e33aea99ae97a0646bd6151db1b567a7986'
|
|
|
|
url 'http://imagej.nih.gov/ij/download/osx/ImageJ148.zip'
|
|
name 'ImageJ'
|
|
homepage 'http://imagej.nih.gov/ij/index.html'
|
|
license :public_domain
|
|
|
|
suite 'ImageJ'
|
|
depends_on :cask => 'java'
|
|
end
|