-
-
Notifications
You must be signed in to change notification settings - Fork 395
/
pkg.vars.config
56 lines (37 loc) · 1.49 KB
/
pkg.vars.config
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
%% -*- tab-width: 4;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ts=4 sw=4 et
%%
%% Packaging
%%
{package_name, "vernemq"}.
{package_install_name, "vernemq"}.
{package_install_user, "vernemq"}.
{package_install_group, "vernemq"}.
{package_install_user_desc, "VerneMQ user"}.
{package_commands, {list, [[{name, "vernemq"}], [{name, "vmq-admin"}], [{name, "vmq-passwd"}]]}}.
{package_shortdesc, "VerneMQ is a MQTT message broker"}.
{package_desc, "VerneMQ is a MQTT message broker"}.
{bin_or_sbin, "sbin"}.
{package_patch_dir, "erlio-patches"}.
{solaris_pkgname, "ERLIOverneMQ"}.
{license_type, "Apache 2"}.
{copyright, "2018 Erlio, GmbH"}.
{vendor_name, "Erlio, GmbH"}.
{vendor_url, "http://erl.io"}.
{vendor_contact_name, "Erlio Package Maintainer"}.
{vendor_contact_email, "[email protected]"}.
{cuttlefish_conf, "vernemq.conf"}.
{license_full_text,
"This file is provided to you under the Apache License,\n"
"Version 2.0 (the \"License\"); you may not use this file\n"
"except in compliance with the License. You may obtain\n"
"a copy of the License at\n"
"\n"
" http://www.apache.org/licenses/LICENSE-2.0\n"
"\n"
"Unless required by applicable law or agreed to in writing,\n"
"software distributed under the License is distributed on an\n"
"\"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n"
"KIND, either express or implied. See the License for the\n"
"specific language governing permissions and limitations\n"
"under the License."}.