1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "NifiRegistry",
"description": "Centralized storage & management of NiFi/MiNiFi shared resources",
"url": "https://www.apache.org/dyn/closer.lua?path=/nifi/nifi-registry/nifi-registry-0.3.0/nifi-registry-0.3.0-bin.tar.gz",
"mirror": null,
"homepage": "https://nifi.apache.org/registry",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"libexec.install Dir[\"*\"]",
"rm Dir[libexec/\"bin/*.bat\"]",
"bin.install libexec/\"bin/nifi-registry.sh\" => \"nifi-registry\"",
"bin.env_script_all_files libexec/\"bin/\", :NIFI_REGISTRY_HOME => libexec"
],
"version": "0.3.0",
"file": "nifi-registry.rb"
}
|