summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock/packages/git-test/package.py
blob: 689185463cf476f9beeaa49f24d3b4814d889ee0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
from spack import *

class GitTest(Package):
    """Mock package that uses git for fetching."""
    homepage = "http://www.git-fetch-example.com"

    version('git', git='to-be-filled-in-by-test')

    def install(self, spec, prefix):
        pass