From 0f464b8d9f4937fa2f772a84d86e15591d704898 Mon Sep 17 00:00:00 2001 From: darmac Date: Sat, 30 Nov 2019 02:19:13 +0800 Subject: add new package : pipework (#13934) --- .../repos/builtin/packages/pipework/package.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 var/spack/repos/builtin/packages/pipework/package.py diff --git a/var/spack/repos/builtin/packages/pipework/package.py b/var/spack/repos/builtin/packages/pipework/package.py new file mode 100644 index 0000000000..31b9341e8e --- /dev/null +++ b/var/spack/repos/builtin/packages/pipework/package.py @@ -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 Pipework(Package): + """ + Pipework lets you connect together containers in arbitrarily complex + scenarios. + """ + + homepage = "https://github.com/jpetazzo/pipework" + git = "https://github.com/jpetazzo/pipework.git" + + version('master', branch='master') + + def install(self, spec, prefix): + install_tree('.', prefix) -- cgit v1.2.3-60-g2f50