Skip to content

Instantly share code, notes, and snippets.

View jkriss's full-sized avatar

Jesse Kriss jkriss

View GitHub Profile
package :imagemagick do
description "ImageMagick"
version '6.5.4-10'
source "ftp://ftp.fifi.org/pub/ImageMagick/ImageMagick-#{version}.tar.gz" do
prefix '/usr'
disable 'static'
enable 'shared'
with %w(modules quantum-depth=8)
without %w(perl magick-plus-plus)
tr ',.;:?-' ' ' | tr ' ' '\n' | tr '[:upper:]' '[:lower:]' | sort | uniq -c | sort -nr | sed 's/^\w+//' | sed 's/ / /' | (read; cat) | less