dromeaudio 0.2.1
Closes Homebrew/homebrew#15877. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
86d37b4ec0
commit
268fb878a0
1 changed files with 14 additions and 0 deletions
14
Formula/dromeaudio.rb
Normal file
14
Formula/dromeaudio.rb
Normal file
|
@ -0,0 +1,14 @@
|
|||
require 'formula'
|
||||
|
||||
class Dromeaudio < Formula
|
||||
homepage 'http://joshbeam.com/software/dromeaudio/'
|
||||
url 'http://joshbeam.com/software/dromeaudio/DromeAudio-0.2.1.tar.gz'
|
||||
sha1 '4d225a2b00300d04320aafb217d9087b12651be1'
|
||||
|
||||
depends_on 'cmake' => :build
|
||||
|
||||
def install
|
||||
system "cmake", ".", *std_cmake_args
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue