cimg 2.7.0
Closes #43140. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
db23856c94
commit
6572f0ef27
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
class Cimg < Formula
|
||||
desc "C++ toolkit for image processing"
|
||||
homepage "http://cimg.eu/"
|
||||
url "http://cimg.eu/files/CImg_2.6.7.zip"
|
||||
sha256 "d5c021982a88cf3b036c771cda653b3e49246ea85e9943d154f95e490df65aca"
|
||||
url "http://cimg.eu/files/CImg_2.7.0.zip"
|
||||
sha256 "dbe2e6a95ceec1507562c1820b8e1267aba13a648bba3bac8fccdfcbc41846d1"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
|
@ -16,7 +16,7 @@ class Cimg < Formula
|
|||
cp_r pkgshare/"examples", testpath
|
||||
cp_r pkgshare/"plugins", testpath
|
||||
cp include/"CImg.h", testpath
|
||||
system "make", "-C", "examples", "mmacosx"
|
||||
system "make", "-C", "examples", "image2ascii"
|
||||
system "examples/image2ascii"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue