homebrew-core/Formula/mp3val.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

12 lines
312 B
Ruby

require 'formula'
class Mp3val < Formula
homepage 'http://mp3val.sourceforge.net/'
url 'https://downloads.sourceforge.net/mp3val/mp3val-0.1.8-src.tar.gz'
sha1 '19f7506d387f72def2861ec271c5cb4135bd8f5e'
def install
system "gnumake -f Makefile.gcc"
bin.install "mp3val.exe" => "mp3val"
end
end