-
Notifications
You must be signed in to change notification settings - Fork 15
/
pkg.vars.config
37 lines (36 loc) · 1.42 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
%% -*- tab-width: 4;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ts=4 sw=4 et
%%
%% Packaging
%%
{package_name, "riak_explorer"}.
{package_install_name, "riak_explorer"}.
{package_install_user, "riak_explorer"}.
{package_install_group, "riak"}.
{package_install_user_desc, "riak_explorer user"}.
{package_shortdesc, "Riak development tool and admin GUI"}.
{package_desc, "Riak development tool and admin GUI"}.
{package_commands, {list, [[{name, "riak_explorer"}]]}}.
{package_patch_dir, "basho-patches"}.
{bin_or_sbin, "sbin"}.
{license_type, "Apache 2"}.
{copyright, "2015 Basho Technologies, Inc"}.
{vendor_name, "Basho Technologies, Inc"}.
{vendor_url, "http://basho.com"}.
{vendor_contact_name, "Basho Package Maintainer"}.
{vendor_contact_email, "[email protected]"}.
{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."}.
{solaris_pkgname, "BASHOriak_explorer"}.