From 6444b8bbf0e2eaeecea26fdd1376a811f0304bd2 Mon Sep 17 00:00:00 2001 From: Chris Molozian Date: Fri, 26 Jul 2013 12:21:03 +0100 Subject: libCello 1.1.2 Closes #21441. Signed-off-by: Adam Vandenberg --- Library/Formula/libcello.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/libcello.rb (limited to 'Library') diff --git a/Library/Formula/libcello.rb b/Library/Formula/libcello.rb new file mode 100644 index 000000000..7dad46ed1 --- /dev/null +++ b/Library/Formula/libcello.rb @@ -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 -- cgit v1.2.3