cpp-argparse: new package (#27107)

This commit is contained in:
Kenny Shen 2021-11-01 17:54:25 +08:00 committed by GitHub
parent d73b1b9742
commit 3253faf01e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,16 @@
# 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 CppArgparse(CMakePackage):
"""Argument Parser for Modern C++"""
homepage = "https://github.com/p-ranav/argparse/"
url = "https://github.com/p-ranav/argparse/archive/refs/tags/v2.2.tar.gz"
maintainers = ['qoelet']
version('2.2', sha256='f0fc6ab7e70ac24856c160f44ebb0dd79dc1f7f4a614ee2810d42bb73799872b')