New Formula: gifsicle 1.60
Add a formula for the animated-gif tool gifsicle. By installing you solemnly promise you won't make any "Under Construction" banners with it. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
6cf6b5aefa
commit
e990d03870
1 changed files with 12 additions and 0 deletions
12
Formula/gifsicle.rb
Normal file
12
Formula/gifsicle.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Gifsicle <Formula
|
||||
url 'http://www.lcdf.org/gifsicle/gifsicle-1.60.tar.gz'
|
||||
homepage 'http://www.lcdf.org/gifsicle/'
|
||||
md5 '2629d5894e189e251f148eec8e7805d6'
|
||||
|
||||
def install
|
||||
system "./configure", "--enable-all", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue