2011-02-28 19:18:58 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Cimg < Formula
|
|
|
|
homepage 'http://cimg.sourceforge.net/'
|
2014-04-18 22:20:35 +00:00
|
|
|
url 'https://downloads.sourceforge.net/cimg/CImg-1.5.8.zip'
|
|
|
|
sha1 '0c2c5a4ed8656bb9a1319834a4d9a37129aa5d90'
|
2011-02-28 19:18:58 +00:00
|
|
|
|
|
|
|
def install
|
2012-02-13 05:49:55 +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
|