summaryrefslogtreecommitdiff
path: root/homebrew/sysdig/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/sysdig/.beer')
-rw-r--r--homebrew/sysdig/.beer38
1 files changed, 38 insertions, 0 deletions
diff --git a/homebrew/sysdig/.beer b/homebrew/sysdig/.beer
new file mode 100644
index 000000000..8d14121fc
--- /dev/null
+++ b/homebrew/sysdig/.beer
@@ -0,0 +1,38 @@
+{
+ "name": "Sysdig",
+ "description": "System-level exploration and troubleshooting tool",
+ "url": "https://github.com/draios/sysdig/archive/0.24.2.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.sysdig.org/",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ },
+ {
+ "depend": "jsoncpp",
+ "build-depend": false
+ },
+ {
+ "depend": "luajit",
+ "build-depend": false
+ }
+ ],
+ "resource": [
+ {
+ "name": "sample_file",
+ "url": "https://gist.githubusercontent.com/juniorz/9986999/raw/a3556d7e93fa890a157a33f4233efaf8f5e01a6f/sample.scap"
+ }
+ ],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "mkdir \"build\" do",
+ "system \"cmake\", \"..\", \"-DSYSDIG_VERSION=#{version}\",",
+ "\"-DUSE_BUNDLED_DEPS=OFF\",",
+ "*std_cmake_args",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.24.2",
+ "file": "sysdig.rb"
+} \ No newline at end of file