From 2f31fb5f170f09da5bb7318a9e0bbccf2fa9dc2e Mon Sep 17 00:00:00 2001 From: "Kelly (KT) Thompson" Date: Mon, 10 Jun 2024 16:34:09 -0600 Subject: lcov: add master (#42498) * Provide instructions for building a developmental version of lcov. * style fix * style fix * Promote single version git URL to the package level. * Formatting fix. --- var/spack/repos/builtin/packages/lcov/package.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/var/spack/repos/builtin/packages/lcov/package.py b/var/spack/repos/builtin/packages/lcov/package.py index 9794fb69e5..280b479654 100644 --- a/var/spack/repos/builtin/packages/lcov/package.py +++ b/var/spack/repos/builtin/packages/lcov/package.py @@ -14,10 +14,13 @@ class Lcov(MakefilePackage): homepage = "http://ltp.sourceforge.net/coverage/lcov.php" url = "https://github.com/linux-test-project/lcov/releases/download/v2.0/lcov-2.0.tar.gz" + git = "https://github.com/linux-test-project/lcov.git" + maintainers("KineticTheory") license("GPL-2.0-or-later") + version("master", branch="master") version("2.0", sha256="1857bb18e27abe8bcec701a907d5c47e01db4d4c512fc098d1a6acd29267bf46") version("1.16", sha256="987031ad5528c8a746d4b52b380bc1bffe412de1f2b9c2ba5224995668e3240b") version("1.15", sha256="c1cda2fa33bec9aa2c2c73c87226cfe97de0831887176b45ee523c5e30f8053a") -- cgit v1.2.3-70-g09d2