libCello 1.1.2
Closes Homebrew/homebrew#21441. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
a7e88db61e
commit
4a8c9ec4ea
1 changed files with 13 additions and 0 deletions
13
Formula/libcello.rb
Normal file
13
Formula/libcello.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Libcello < Formula
|
||||
homepage 'http://libcello.org/'
|
||||
head 'https://github.com/orangeduck/libCello.git'
|
||||
url 'http://libcello.org/static/libCello-1.1.2.tar.gz'
|
||||
sha1 '48140f4e42c097367e7dd4fee9b911b25b6c9e6c'
|
||||
|
||||
def install
|
||||
system "make", "check"
|
||||
system "make", "install", "PREFIX=#{prefix}"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue