New package: xrdcl-record (#32663)

* New package: xrdcl-record
* Flake-8
This commit is contained in:
iarspider 2022-09-15 19:13:37 +02:00 committed by GitHub
parent 66b451a70d
commit 31c24cd0d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,20 @@
# Copyright 2013-2022 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *
class XrdclRecord(CMakePackage):
"""XrdClRecorder Plugin. This XRootD Client Plugin can be used to record
all user's actions on XrdCl::File object and store them into a csv file."""
homepage = "https://github.com/xrootd/xrdcl-record"
url = "https://github.com/xrootd/xrdcl-record/archive/refs/tags/v5.4.2.tar.gz"
maintainers = ["iarspider"]
version("5.4.2", sha256="fb76284491ff4e723bce4c9e9d87347e98e278e70c597167bc39a162bc876734")
depends_on("xrootd")