Skip to content

Instantly share code, notes, and snippets.

@Ch00k
Created May 1, 2020 06:22
Show Gist options
  • Save Ch00k/5376ba3ec1ef9bc829857e87f80c68c0 to your computer and use it in GitHub Desktop.
Save Ch00k/5376ba3ec1ef9bc829857e87f80c68c0 to your computer and use it in GitHub Desktop.
elastix formula
class Elastix < Formula
desc "Toolbox for rigid and nonrigid registration of images"
homepage "http://elastix.isi.uu.nl/index.php"
url "https://github.com/SuperElastix/elastix/releases/download/4.9.0/elastix-4.9.0-linux.tar.bz2"
sha256 "7120b9f4ed3f05f734f6dcd258d36ec126d9d547766b6b3c0c60fc50b8f196e4"
def install
prefix.install "LICENSE", "NOTICE", "bin", "lib"
end
test do
system bin/"elastix", "--version"
system bin/"transformix", "--version"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment