2014-07-20 00:48:51 +00:00
|
|
|
require "formula"
|
2011-02-28 19:18:58 +00:00
|
|
|
|
|
|
|
class Cimg < Formula
|
2014-07-20 00:48:51 +00:00
|
|
|
homepage "http://cimg.sourceforge.net/"
|
|
|
|
url "https://downloads.sourceforge.net/cimg/CImg-1.5.9.zip"
|
|
|
|
sha1 "bcad203e1836db4882c73923f810cdd69906c896"
|
2011-02-28 19:18:58 +00:00
|
|
|
|
|
|
|
def install
|
2014-07-20 00:48:51 +00:00
|
|
|
include.install "CImg.h"
|
2011-02-28 19:18:58 +00:00
|
|
|
|
|
|
|
doc.install %w(
|
2012-07-13 14:04:06 +00:00
|
|
|
README.txt
|
2011-04-16 18:25:57 +00:00
|
|
|
Licence_CeCILL-C_V1-en.txt Licence_CeCILL_V2-en.txt
|
2011-02-28 19:18:58 +00:00
|
|
|
html examples)
|
|
|
|
end
|
|
|
|
end
|