summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock/packages/mirror-gnu/package.py
blob: 0d391aab9bf1ccea3e604c7678e387c65685d502 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2013-2021 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 MirrorGnu(AutotoolsPackage, GNUMirrorPackage):
    """Simple GNU package"""

    homepage = "https://www.gnu.org/software/make/"
    gnu_mirror_path = "make/make-4.2.1.tar.gz"

    version('4.2.1', sha256='e40b8f018c1da64edd1cc9a6fce5fa63b2e707e404e20cad91fbae337c98a5b7')