1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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"
}
|