summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/phoenix/package.py
blob: 3972b87ad9fdaa0492bb780f40364a34eb3d0559 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2013-2023 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)


from spack.package import *


class Phoenix(MavenPackage):
    """Apache Phoenix is a SQL skin over HBase delivered as a client-embedded
    JDBC driver targeting low latency queries over HBase data."""

    homepage = "https://github.com"
    git = "https://github.com/apache/phoenix.git"

    license("Apache-2.0")

    version("master", branch="master")