echoprint-codegen: style nit-pick
This commit is contained in:
parent
1f8d791332
commit
6ac8c80108
1 changed files with 4 additions and 2 deletions
|
@ -1,14 +1,16 @@
|
|||
require 'formula'
|
||||
|
||||
class EchoprintCodegen < Formula
|
||||
head 'https://github.com/echonest/echoprint-codegen.git'
|
||||
homepage 'http://echoprint.me'
|
||||
head 'https://github.com/echonest/echoprint-codegen.git'
|
||||
|
||||
depends_on 'ffmpeg'
|
||||
depends_on 'taglib'
|
||||
depends_on 'boost'
|
||||
|
||||
def install
|
||||
system "cd src; PREFIX=#{prefix} make install"
|
||||
cd 'src' do
|
||||
system "make", "install", "PREFIX=#{prefix}"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue