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

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

    depends_on("xrootd")