Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
sysdig 0.1.72 (new formula)
Browse files Browse the repository at this point in the history
  • Loading branch information
juniorz authored and Reinaldo Junior committed Apr 3, 2014
1 parent ec660d1 commit 0fb73d8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Library/Formula/sysdig.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
require "formula"

class Sysdig < Formula
homepage "http://www.sysdig.org/"
url 'https://github.com/draios/sysdig/archive/0.1.72.tar.gz'
sha1 'c735c37da82022d22f77490b94f178ad98a1e6f6'

head 'https://github.com/draios/sysdig.git', :branch => 'development'

depends_on "cmake" => :build

def install
mkdir "build" do
system "cmake", "..", *std_cmake_args
system "make", "install"
end
end

test do
system "#{bin}/sysdig"
end
end

0 comments on commit 0fb73d8

Please sign in to comment.