From 4a091a3a6a66eb951db82f0218f5073ee2b6e042 Mon Sep 17 00:00:00 2001 From: Christopher Thielen Date: Thu, 21 Feb 2013 14:35:19 -0800 Subject: 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 #19290. Signed-off-by: Adam Vandenberg --- Library/Formula/ficy.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/ficy.rb (limited to 'Library/Formula') diff --git a/Library/Formula/ficy.rb b/Library/Formula/ficy.rb new file mode 100644 index 000000000..ffb347520 --- /dev/null +++ b/Library/Formula/ficy.rb @@ -0,0 +1,12 @@ +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 -- cgit v1.2.3