From 2586eb7347626b9896fe2e878b4bb0210adfd507 Mon Sep 17 00:00:00 2001 From: Ray Slakinski Date: Thu, 16 Jun 2011 15:04:57 -0400 Subject: cast 0.2.0 Cloudkick's Cast - The Open Deployment Platform Signed-off-by: Adam Vandenberg --- Library/Formula/cast.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/cast.rb (limited to 'Library/Formula') diff --git a/Library/Formula/cast.rb b/Library/Formula/cast.rb new file mode 100644 index 000000000..3f17cf1fd --- /dev/null +++ b/Library/Formula/cast.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Cast < Formula + url 'http://files.cast-project.org/cast-0.2.0.tar.gz' + homepage 'http://cast-project.org' + md5 'b6a4f2b1126e969ee1696f50471c7345' + + depends_on 'scons' => :build + depends_on 'runit' + + def install + system "scons", "install", "CASTPREFIX=#{prefix}" + end +end -- cgit v1.2.3