Skip to content

Instantly share code, notes, and snippets.

View lucatk's full-sized avatar

Luca Killmaier lucatk

View GitHub Profile
@lucatk
lucatk / imagemagick.rb
Last active February 8, 2017 17:47 — forked from asanchez75/ImageMagick 6.9.7-4 Homebrew Formula.md
Homebrew Formula for ImageMagick 6.9.7-7
require 'formula'
class Imagemagick < Formula
homepage 'http://www.imagemagick.org'
url 'http://www.imagemagick.org/download/ImageMagick-6.9.7-7.tar.bz2'
sha256 'c0454629e7d3cbced6df31c2c3b6cbfbe8088437e511c1e3a70de2f18d4e6694'
head 'https://www.imagemagick.org/subversion/ImageMagick/trunk',
:using => UnsafeSubversionDownloadStrategy