summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/xrdcl-record/package.py
blob: b25131b561549d3025dd788eadf6ba454e6d3153 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2013-2023 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"

    license("BSD-3-Clause")

    version("5.4.2", sha256="fb76284491ff4e723bce4c9e9d87347e98e278e70c597167bc39a162bc876734")

    depends_on("xrootd")