perl-bio-db-hts: add new package with version 3.01 (#41554)

* perl-bio-db-hts: add new package with version 3.01
* fix styling
This commit is contained in:
Christopher Christofi 2023-12-11 18:25:20 +00:00 committed by GitHub
parent cf50bfb7c2
commit af378c7f31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,19 @@
# 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 PerlBioDbHts(PerlPackage):
"""Bio::DB::HTS - This is a Perl interface to the HTS Library."""
homepage = "https://metacpan.org/dist/Bio-DB-HTS"
url = "https://cpan.metacpan.org/authors/id/A/AV/AVULLO/Bio-DB-HTS-3.01.tar.gz"
version("3.01", sha256="12a6bc1f579513cac8b9167cce4e363655cc8eba26b7d9fe1170dfe95e044f42")
depends_on("perl-module-build", type="build")
depends_on("perl-bioperl")
depends_on("htslib")