summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/bwtool/package.py
blob: 791d5aecc6f834549f840b17443491825a312e7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2013-2019 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 import *


class Bwtool(AutotoolsPackage):
    """bwtool is a command-line utility for bigWig files."""

    homepage = "https://github.com/CRG-Barcelona/bwtool"
    url      = "https://github.com/CRG-Barcelona/bwtool/archive/1.0.tar.gz"

    version('1.0', 'cdd7a34ae457b587edfe7dc8a0bdbedd')

    depends_on('libbeato')