summaryrefslogtreecommitdiff
path: root/homebrew/fluentbit/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/fluentbit/.beer')
-rw-r--r--homebrew/fluentbit/.beer32
1 files changed, 32 insertions, 0 deletions
diff --git a/homebrew/fluentbit/.beer b/homebrew/fluentbit/.beer
new file mode 100644
index 000000000..ceb148d03
--- /dev/null
+++ b/homebrew/fluentbit/.beer
@@ -0,0 +1,32 @@
+{
+ "name": "FluentBit",
+ "description": "Data Collector for IoT",
+ "url": "https://github.com/fluent/fluent-bit/archive/v0.14.9.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/fluent/fluent-bit",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [
+ {
+ "conflict": "mbedtls",
+ "reason": "fluent-bit includes mbedtls libraries."
+ },
+ {
+ "conflict": "msgpack",
+ "reason": "fluent-bit includes msgpack libraries."
+ }
+ ],
+ "patches": [],
+ "install": [
+ "ENV[\"MACOSX_DEPLOYMENT_TARGET\"] = MacOS.version",
+ "system \"cmake\", \".\", \"-DWITH_IN_MEM=OFF\", *std_cmake_args",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.14.9",
+ "file": "fluent-bit.rb"
+} \ No newline at end of file