add new package : activemq (#14142)
This commit is contained in:
parent
3344bb0a96
commit
481a920fe8
21
var/spack/repos/builtin/packages/activemq/package.py
Normal file
21
var/spack/repos/builtin/packages/activemq/package.py
Normal file
@ -0,0 +1,21 @@
|
||||
# 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 Activemq(Package):
|
||||
"""
|
||||
Apache ActiveMQ is a high performance Apache 2.0 licensed Message Broker
|
||||
and JMS 1.1 implementation.
|
||||
"""
|
||||
|
||||
homepage = "https://archive.apache.org/dist/activemq"
|
||||
url = "https://archive.apache.org/dist/activemq/5.14.0/apache-activemq-5.14.0-bin.tar.gz"
|
||||
|
||||
version('5.14.0', sha256='81c623465af277dd50a141a8d9308d6ec8e1b78d9019b845873dc12d117aa9a6')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
install_tree('.', prefix)
|
Loading…
Reference in New Issue
Block a user