aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorChristopher Thielen2013-02-21 14:35:19 -0800
committerAdam Vandenberg2013-06-18 14:29:58 -0700
commit4a091a3a6a66eb951db82f0218f5073ee2b6e042 (patch)
tree0d1f83842887d97b3c1c4a320e1762248fde5018 /Library
parent7a75361dd27c89d5f42004621ee6ed9bf91b5820 (diff)
downloadhomebrew-4a091a3a6a66eb951db82f0218f5073ee2b6e042.tar.bz2
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 <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ficy.rb12
1 files changed, 12 insertions, 0 deletions
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