homebrew-core/Formula/cimg.rb

17 lines
365 B
Ruby
Raw Normal View History

2014-07-20 00:48:51 +00:00
require "formula"
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"
def install
2014-07-20 00:48:51 +00:00
include.install "CImg.h"
doc.install %w(
README.txt
2011-04-16 18:25:57 +00:00
Licence_CeCILL-C_V1-en.txt Licence_CeCILL_V2-en.txt
html examples)
end
end