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

class HgTest(Package):
    """Test package that does fetching with mercurial."""
    homepage = "http://www.hg-fetch-example.com"

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

    def install(self, spec, prefix):
        pass