From f0436bac803a35e18db3deaf2573f01396fd1b0f Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Wed, 8 Jan 2025 19:06:42 +0400 Subject: [PATCH] glaze: new port --- devel/glaze/Portfile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 devel/glaze/Portfile diff --git a/devel/glaze/Portfile b/devel/glaze/Portfile new file mode 100644 index 0000000000000..4a2838ff69c7a --- /dev/null +++ b/devel/glaze/Portfile @@ -0,0 +1,24 @@ +# -*- 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 + +github.setup stephenberry glaze 4.3.0 v +github.tarball_from archive +revision 0 +categories devel +platforms any +supported_archs noarch +license MIT +maintainers {@sikmir disroot.org:sikmir} openmaintainer +description Extremely fast, in memory, JSON and interface library for modern C++ +long_description {*}${description} + +checksums rmd160 61c6920a3bc4879695d6955e913729c5799118c2 \ + sha256 72cd174ad8839bc526a679a5a8ebf4bb18f3cb850a34fcfd3e89970f83c4d384 \ + size 546532 + +compiler.cxx_standard 2023 + +test.run yes