Add top-level attributes for hg, svn, and git A-L packages
This commit is contained in:

committed by
Todd Gamblin

parent
5f00056490
commit
4c6aca533a
@@ -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"),
|
||||
|
Reference in New Issue
Block a user