Skip to content

Commit 8009095

Browse files
James Martinkuenishi
authored andcommitted
Adding pkg.vars.config
1 parent 1379e1a commit 8009095

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pkg.vars.config

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
%% -*- tab-width: 4;erlang-indent-level: 4;indent-tabs-mode: nil -*-
2+
%% ex: ts=4 sw=4 et
3+
4+
%%
5+
%% Packaging
6+
%%
7+
{package_name, "bashobench"}.
8+
{package_install_name, "bashobench"}.
9+
{package_install_user, "bashobench"}.
10+
{package_install_group, "bashobench"}.
11+
{package_install_user_desc, "bashobench user"}.
12+
{package_shortdesc, "Bashobench benchmarking tool"}.
13+
{package_desc, "Benchmarking tool"}.
14+
{package_commands, {list, [[{name, "basho_bench"}]]}}.
15+
{package_patch_dir, ""}.
16+
{bin_or_sbin, "bin"}.
17+
{license_type, "OSS"}.
18+
{copyright, "2013 Basho Technologies, Inc"}.
19+
{vendor_name, "Basho Technologies, Inc"}.
20+
{vendor_url, "http://basho.com"}.
21+
{vendor_contact_name, "Basho Package Maintainer"}.
22+
{vendor_contact_email, "[email protected]"}.
23+
{license_full_text, "This software is provided under license from Basho Technologies."}.
24+
{solaris_pkgname, "BASHObashobench"}.

0 commit comments

Comments
 (0)