echoprint-codegen 4.12
Closes Homebrew/homebrew#24528. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
f43e9b0d0a
commit
d1c6ee4e01
1 changed files with 18 additions and 0 deletions
18
Formula/echoprint-codegen.rb
Normal file
18
Formula/echoprint-codegen.rb
Normal file
|
@ -0,0 +1,18 @@
|
|||
require 'formula'
|
||||
|
||||
class EchoprintCodegen < Formula
|
||||
homepage 'http://echoprint.me'
|
||||
url 'https://github.com/echonest/echoprint-codegen/archive/v4.12.tar.gz'
|
||||
sha256 'c40eb79af3abdb1e785b6a48a874ccfb0e9721d7d180626fe29c72a29acd3845'
|
||||
head 'https://github.com/echonest/echoprint-codegen.git'
|
||||
|
||||
depends_on 'ffmpeg'
|
||||
depends_on 'taglib'
|
||||
depends_on 'boost'
|
||||
|
||||
def install
|
||||
cd 'src' do
|
||||
system "make", "install", "PREFIX=#{prefix}"
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue