homebrew-core/Formula/ficy.rb
Christopher Thielen da9b595ed9 fIcy 1.0.18
fIcy is a command line MPEG stream ripper which does not re-encode the stream
like many other tools but instead dumps the MPEG frames. Very useful for
professional archiving.

Closes Homebrew/homebrew#19290.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-18 14:29:58 -07:00

12 lines
313 B
Ruby

require 'formula'
class Ficy < Formula
homepage 'http://www.thregr.org/~wavexx/software/fIcy/'
url 'http://www.thregr.org/~wavexx/software/fIcy/releases/fIcy-1.0.18.tar.gz'
sha1 '326d1b5417e9507974df94d227c7e7e476b7598f'
def install
system "make"
bin.install 'fIcy', 'fPls', 'fResync'
end
end