ike-scan: new package at v1.9 (#22160)

This commit is contained in:
darmac 2021-03-09 16:36:13 +08:00 committed by GitHub
parent 4e185d48d1
commit bf4c4e9b32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,15 @@
# 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 IkeScan(AutotoolsPackage):
"""Discover and fingerprint IKE hosts (IPsec VPN Servers)."""
homepage = "https://github.com/royhills/ike-scan"
url = "https://github.com/royhills/ike-scan/releases/download/1.9/ike-scan-1.9.tar.gz"
version('1.9', sha256='05d15c7172034935d1e46b01dacf1101a293ae0d06c0e14025a4507656f1a7b6')