aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mp3gain.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/Library/Formula/mp3gain.rb b/Library/Formula/mp3gain.rb
new file mode 100644
index 000000000..52fcf0c92
--- /dev/null
+++ b/Library/Formula/mp3gain.rb
@@ -0,0 +1,14 @@
+require 'formula'
+
+class Mp3gain <Formula
+ version "1.5.1"
+ url 'http://downloads.sourceforge.net/project/mp3gain/mp3gain/1.5.1/mp3gain-1_5_1-src.zip'
+ homepage 'http://mp3gain.sourceforge.net'
+ md5 '71a43bd183bc2a2c37fbf4a633ffb7aa'
+
+ def install
+ system "make"
+ bin.install 'mp3gain'
+ end
+end
+