homebrew-core/Formula/ccextractor.rb
Jaime Marquínez Ferrándiz 74c83fa9f6 Batch convert http download urls from SourceForge to https
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-02 09:16:53 -08:00

13 lines
352 B
Ruby

require 'formula'
class Ccextractor < Formula
homepage 'http://ccextractor.sourceforge.net/'
url 'https://downloads.sourceforge.net/project/ccextractor/ccextractor/0.67/ccextractor.src.0.67.zip'
sha1 '9d3cb3a89f4d65d04415051555d5aee14e29e79b'
def install
cd "mac"
system "bash ./build.command"
bin.install "ccextractor"
end
end