summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/mrbench/package.py
blob: 673ae0c2ce17a8db7581273728eda4be8543abee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)


class Mrbench(MavenPackage):
    """A simple Java tool for SMTP server benchmarking."""

    homepage = "https://github.com/marcorosi/mrbench"
    git      = "https://github.com/marcorosi/mrbench.git"

    version('master', branch='master')

    depends_on('java@8', type=('build', 'run'))