summaryrefslogblamecommitdiff
path: root/var/spack/repos/builtin.mock/packages/nosource/package.py
blob: 3634886f23bf7e0e7e8d9baffbf8825a593ad9ec (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                         




                                                                         
                           

 

                                                          


                                       
                  
 
                                    
# 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 Nosource(Package):
    """Simple package with no source and one dependency"""

    homepage = "http://www.example.com"

    version("1.0")

    depends_on("dependency-install")