forked from macports/macports-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nlohmann-json-schema-validator: new port
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# -*- 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 | ||
Check warning on line 1 in devel/nlohmann-json-schema-validator/Portfile GitHub Actions / macos-12
Check warning on line 1 in devel/nlohmann-json-schema-validator/Portfile GitHub Actions / macos-14
Check warning on line 1 in devel/nlohmann-json-schema-validator/Portfile GitHub Actions / macos-13
|
||
|
||
PortSystem 1.0 | ||
PortGroup cmake 1.1 | ||
PortGroup github 1.0 | ||
|
||
github.setup pboettch json-schema-validator 2.3.0 | ||
github.tarball_from archive | ||
revision 0 | ||
name nlohmann-json-schema-validator | ||
categories devel | ||
platforms any | ||
supported_archs noarch | ||
license MIT | ||
maintainers {@sikmir disroot.org:sikmir} openmaintainer | ||
description JSON schema validator for JSON for Modern C++ | ||
long_description {*}${description} | ||
|
||
checksums rmd160 08baad87e528addc3bafc63161e1828078459fcd \ | ||
sha256 2c00b50023c7d557cdaa71c0777f5bcff996c4efd7a539e58beaa4219fa2a5e1 \ | ||
size 77869 | ||
|
||
depends_lib-append port:nlohmann-json |