dev-libs/microprofile: new package, add 4.0

Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
Pavel Sobolev
2025-07-11 21:26:56 +03:00
parent 17c1f1621c
commit b57c53af24
3 changed files with 30 additions and 0 deletions

View File

@@ -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"