homebrew-core/Formula/cimg.rb
Brett Koonce cd90faa206 CImg 1.5.5
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-23 10:06:39 -05:00

16 lines
364 B
Ruby

require 'formula'
class Cimg < Formula
homepage 'http://cimg.sourceforge.net/'
url 'http://downloads.sourceforge.net/cimg/CImg-1.5.5.zip'
sha1 '163c4f3821d629f88fe24f0767c8fcdbb5245cfa'
def install
include.install 'CImg.h'
doc.install %w(
README.txt
Licence_CeCILL-C_V1-en.txt Licence_CeCILL_V2-en.txt
html examples)
end
end