kyotocabinet: add new package (#41512)
This commit is contained in:
parent
826df84baf
commit
cd88eb1ed0
20
var/spack/repos/builtin/packages/kyotocabinet/package.py
Normal file
20
var/spack/repos/builtin/packages/kyotocabinet/package.py
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
|
||||||
|
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
||||||
|
# Copyright 2023 EMBL-European Bioinformatics Institute
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||||
|
|
||||||
|
from spack.package import *
|
||||||
|
|
||||||
|
|
||||||
|
class Kyotocabinet(AutotoolsPackage):
|
||||||
|
"""Kyoto Cabinet is a library of routines for managing a database."""
|
||||||
|
|
||||||
|
homepage = "https://dbmx.net/kyotocabinet/"
|
||||||
|
url = "https://dbmx.net/kyotocabinet/pkg/kyotocabinet-1.2.80.tar.gz"
|
||||||
|
|
||||||
|
maintainers("EbiArnie")
|
||||||
|
|
||||||
|
version("1.2.80", sha256="4c85d736668d82920bfdbdb92ac3d66b7db1108f09581a769dd9160a02def349")
|
||||||
|
|
||||||
|
depends_on("zlib-api@1.2.3:", type=("build", "link"))
|
Loading…
Reference in New Issue
Block a user