git-lfs: add build-tools tag (#30431)

Let Spack find external git-lfs by default. There seemed to be agreement to add git-lfs to the build tools in https://github.com/spack/spack/pull/29031.
This commit is contained in:
Kyle Gerheiser
2022-05-02 11:02:42 -04:00
committed by GitHub
parent f0bb7c74a9
commit 4509e96704

View File

@@ -18,6 +18,8 @@ class GitLfs(MakefilePackage):
homepage = "https://git-lfs.github.com"
url = "https://github.com/git-lfs/git-lfs/archive/v2.6.1.tar.gz"
tags = ['build-tools']
executables = ['^git-lfs$']
maintainers = ['sethrj']