New formula: mp3gain
MP3Gain analyzes and adjusts mp3 files so that they have the same volume. Signed-off-by: David Höppner <0xffea@gmail.com> * use bin.install
This commit is contained in:
parent
06676d0d6e
commit
6ca5f3c86d
1 changed files with 14 additions and 0 deletions
14
Formula/mp3gain.rb
Normal file
14
Formula/mp3gain.rb
Normal file
|
@ -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
|
||||
|
Loading…
Reference in a new issue