-
Notifications
You must be signed in to change notification settings - Fork 4
/
pkg.vars.config
32 lines (32 loc) · 1.55 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
%% -*- tab-width: 4;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ts=4 sw=4 et
{package_name, "plum_db"}.
{package_install_name, "plum_db"}.
{package_install_user, "plum_db"}.
{package_install_group, "plum_db"}.
{package_install_user_desc, "plum_db user"}.
{package_commands, {list, [[{name, "plum_db"}], [{name, "plum_db-admin"}] ]}}.
{package_shortdesc, "plum_db: A database globally replicated via Plumtree (Epidemic Broadcast Trees) and Partisan."}.
{package_desc, "plum_db: A database globally replicated via Plumtree (Epidemic Broadcast Trees) and Partisan. An offspring of Plumtree and Partisan, a descendant of Riak Core Metadata Store."}.
{bin_or_sbin, "sbin"}.
{package_patch_dir, "plum_db-patches"}.
{solaris_pkgname, "plum_db"}.
{license_type, "Apache 2"}.
{copyright, "2018 Leapsight"}.
{vendor_name, "Leapsight"}.
{vendor_url, "http://www.leapsight.com"}.
{vendor_contact_name, "Alejandro M. Ramallo"}.
{vendor_contact_email, "info@leapsight.com"}.
{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."}.