Last.fm CLI Fingerprinting Client formula
A tool to return probable metadata for MP3 files
This commit is contained in:
parent
798146a7fa
commit
0c4e6e8d88
1 changed files with 19 additions and 0 deletions
19
Formula/lastfmfpclient.rb
Normal file
19
Formula/lastfmfpclient.rb
Normal file
|
@ -0,0 +1,19 @@
|
|||
require 'formula'
|
||||
|
||||
class Lastfmfpclient <Formula
|
||||
url 'http://github.com/lastfm/Fingerprinter/tarball/9ee83a51ac9058ff53c9'
|
||||
version '1.6'
|
||||
homepage 'http://github.com/lastfm/Fingerprinter'
|
||||
md5 'ab909b4d6dcc6182afae616749ce0fdc'
|
||||
|
||||
depends_on 'cmake'
|
||||
depends_on 'taglib'
|
||||
depends_on 'fftw'
|
||||
depends_on 'mad'
|
||||
depends_on 'libsamplerate'
|
||||
|
||||
def install
|
||||
system "cmake . #{std_cmake_parameters}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue