diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ficy.rb | 12 |
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 |
