diff --git a/dev-libs/microprofile/Manifest b/dev-libs/microprofile/Manifest new file mode 100644 index 0000000000..461ce7d783 --- /dev/null +++ b/dev-libs/microprofile/Manifest @@ -0,0 +1 @@ +DIST microprofile-4.0.tar.gz 25645927 BLAKE2B d842ff793fd66cbe01323f7ab658a15c7409a919b22c3e18106d923a0e35dc3bd1e648d1dc2656dc99e8976d9e19f9f72aefe3706ca59447486642bf22117a01 SHA512 f51909b95b0dc3efcb17e0dea7b0b0734f254dad8ddae534dc0b5d0791d7846268367d3d940678fd96163fa904871a9f10c7e240eacb3ae48bd18f7a706614d3 diff --git a/dev-libs/microprofile/metadata.xml b/dev-libs/microprofile/metadata.xml new file mode 100644 index 0000000000..50f6e547f0 --- /dev/null +++ b/dev-libs/microprofile/metadata.xml @@ -0,0 +1,12 @@ + + + + + contact@paveloom.dev + Pavel Sobolev + + + https://github.com/jonasmr/microprofile/issues + jonasmr/microprofile + + diff --git a/dev-libs/microprofile/microprofile-4.0.ebuild b/dev-libs/microprofile/microprofile-4.0.ebuild new file mode 100644 index 0000000000..bf3b34d774 --- /dev/null +++ b/dev-libs/microprofile/microprofile-4.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="An embeddable profiler" +HOMEPAGE="https://github.com/jonasmr/microprofile" +SRC_URI="https://github.com/jonasmr/microprofile/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Unlicense" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="dev-libs/stb" +BDEPEND="virtual/pkgconfig"