Skip to content

Commit

Permalink
nlohmann-json-schema-validator: new port
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir committed Sep 1, 2024
1 parent 8eb9173 commit 55c6602
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions devel/nlohmann-json-schema-validator/Portfile
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

View workflow job for this annotation

GitHub Actions / macos-12

port test nlohmann-json-schema-validator: Warning: nlohmann-json-schema-validator is configured to build no architecture-specific files, but installed Mach-O files built for the following archs: Warning: x86_64: Warning: /opt/local/bin/format-json-schema Warning: /opt/local/bin/json-schema-validate Warning: /opt/local/bin/readme-json-schema Warning:

Check warning on line 1 in devel/nlohmann-json-schema-validator/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test nlohmann-json-schema-validator: Warning: nlohmann-json-schema-validator is configured to build no architecture-specific files, but installed Mach-O files built for the following archs: Warning: arm64: Warning: /opt/local/bin/format-json-schema Warning: /opt/local/bin/json-schema-validate Warning: /opt/local/bin/readme-json-schema Warning:

Check warning on line 1 in devel/nlohmann-json-schema-validator/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port test nlohmann-json-schema-validator: Warning: nlohmann-json-schema-validator is configured to build no architecture-specific files, but installed Mach-O files built for the following archs: Warning: x86_64: Warning: /opt/local/bin/format-json-schema Warning: /opt/local/bin/json-schema-validate Warning: /opt/local/bin/readme-json-schema Warning:

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

0 comments on commit 55c6602

Please sign in to comment.