2022-06-28 21:59:51 +03:00
|
|
|
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
|
|
|
|
|
|
PortSystem 1.0
|
|
|
|
|
|
|
|
|
|
PortGroup github 1.0
|
|
|
|
|
PortGroup cmake 1.1
|
|
|
|
|
|
2026-06-14 19:54:45 +03:00
|
|
|
github.setup rue-ryuzaki argparse 1.11.0 v
|
2022-06-28 21:59:51 +03:00
|
|
|
github.tarball_from archive
|
|
|
|
|
revision 0
|
|
|
|
|
name cpp-argparse-dev
|
|
|
|
|
categories devel
|
|
|
|
|
license MIT
|
2023-12-08 16:12:58 +11:00
|
|
|
platforms any
|
|
|
|
|
supported_archs noarch
|
2023-11-13 22:59:04 +03:00
|
|
|
maintainers {gmail.com:golubchikov.mihail @rue-ryuzaki} \
|
|
|
|
|
openmaintainer
|
2022-06-28 21:59:51 +03:00
|
|
|
description C++ argument parser.
|
|
|
|
|
long_description Python-like header-only argument parser for C++ projects.
|
|
|
|
|
|
2026-06-14 19:54:45 +03:00
|
|
|
checksums rmd160 2aa434bffd70e3df4f66e47439d41dde1c1e8259 \
|
|
|
|
|
sha256 034147f6d1a26392b20a58a0c08c4648f3fef1476e36007696a1e6efd244c6e0 \
|
|
|
|
|
size 466207
|
2022-06-28 21:59:51 +03:00
|
|
|
|
|
|
|
|
compiler.cxx_standard 2011
|
|
|
|
|
|
|
|
|
|
test.run yes
|