add new package : jstorm (#14163)

This commit is contained in:
darmac 2019-12-15 02:27:40 +08:00 committed by Adam J. Stewart
parent 0f0e2c4397
commit 986df8c233

View File

@ -0,0 +1,20 @@
# Copyright 2013-2019 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 import *
class Jstorm(Package):
"""
JStorm is an enterprise fast and stable streaming process engine.
"""
homepage = "https://github.com/alibaba/jstorm"
url = "https://github.com/alibaba/jstorm/releases/download/2.4.0/jstorm-2.4.0.tgz"
version('2.4.0', sha256='8a3965cb51ff95395a40e8d9fd83f12b0aad15c2726c74a796d8085cccc9d69f')
def install(self, spec, prefix):
install_tree('.', prefix)