mp3cat 0.4
mp3cat allows you to merge/sanitize multiple MP3 files/folders. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
f14800a769
commit
851b89f370
1 changed files with 12 additions and 0 deletions
12
Formula/mp3cat.rb
Normal file
12
Formula/mp3cat.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Mp3cat < Formula
|
||||
homepage 'http://tomclegg.net/mp3cat'
|
||||
url 'http://tomclegg.net/software/mp3cat-0.4.tar.gz'
|
||||
md5 '0aa75af15c57b13aa7858092b79f3a61'
|
||||
|
||||
def install
|
||||
system "make"
|
||||
bin.install %W( mp3cat mp3log mp3log-conf mp3dirclean mp3http mp3stream-conf )
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue