hivex: new package (#22158)
This commit is contained in:
parent
f8a17371f6
commit
a4fbaf2f89
19
var/spack/repos/builtin/packages/hivex/package.py
Normal file
19
var/spack/repos/builtin/packages/hivex/package.py
Normal file
@ -0,0 +1,19 @@
|
||||
# Copyright 2013-2021 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 Hivex(AutotoolsPackage):
|
||||
"""Windows Registry "hive" extraction library."""
|
||||
|
||||
homepage = "https://libguestfs.org"
|
||||
url = "https://libguestfs.org/download/hivex/hivex-1.3.17.tar.gz"
|
||||
|
||||
version('1.3.19', sha256='5102cc5149767229dbfb436ae7b47dd85b90e0215445e42c2809cbe32e54f762')
|
||||
version('1.3.18', sha256='8a1e788fd9ea9b6e8a99705ebd0ff8a65b1bdee28e319c89c4a965430d0a7445')
|
||||
version('1.3.17', sha256='13cb4b87ab72d74d9e83e56ae0f77152312f33ee772dc84fdd86b2cb9e8c52db')
|
||||
|
||||
depends_on('perl')
|
Loading…
Reference in New Issue
Block a user