Add top-level attributes for hg, svn, and git A-L packages

This commit is contained in:
Adam J. Stewart
2018-07-23 00:00:15 -07:00
committed by Todd Gamblin
parent 5f00056490
commit 4c6aca533a
152 changed files with 468 additions and 493 deletions

View File

@@ -28,14 +28,12 @@
class Farmhash(CMakePackage):
"""
FarmHash provides hash functions for strings and other data.
"""
"""FarmHash provides hash functions for strings and other data."""
homepage = "https://github.com/google/farmhash"
git = "https://github.com/google/farmhash.git"
version('92e897', git='https://github.com/google/farmhash.git',
commit='92e897b282426729f4724d91a637596c7e2fe28f')
version('92e897', commit='92e897b282426729f4724d91a637596c7e2fe28f')
def patch(self):
copyfile(join_path(os.path.dirname(__file__), "CMakeLists.txt"),