summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/libzip/package.py
blob: c40bc283e1749a11fbf9fdd880123d9ec161799f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2013-2018 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 Libzip(AutotoolsPackage):
    """libzip is a C library for reading, creating,
    and modifying zip archives."""

    homepage = "https://nih.at/libzip/index.html"
    url      = "https://nih.at/libzip/libzip-1.2.0.tar.gz"

    version('1.2.0', '5c3372ab3a7897295bfefb27f745cf69')