summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock/packages/shell-b/package.py
blob: c65d7aea01efecb9bce6107adc9d6e0d7a6baf6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2013-2024 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 ShellB(Package):
    """Simple package with no dependencies for shell tests"""

    homepage = "http://www.example.com"
    url = "http://www.example.com/shell-b-1.0.tar.gz"

    version("1.0", md5="0123456789abcdef0123456789abcdef")
    version("0.9", md5="abcd456789abcdef0123456789abcdef")