mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-libs/microprofile: new package, add 4.0
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
1
dev-libs/microprofile/Manifest
Normal file
1
dev-libs/microprofile/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST microprofile-4.0.tar.gz 25645927 BLAKE2B d842ff793fd66cbe01323f7ab658a15c7409a919b22c3e18106d923a0e35dc3bd1e648d1dc2656dc99e8976d9e19f9f72aefe3706ca59447486642bf22117a01 SHA512 f51909b95b0dc3efcb17e0dea7b0b0734f254dad8ddae534dc0b5d0791d7846268367d3d940678fd96163fa904871a9f10c7e240eacb3ae48bd18f7a706614d3
|
||||
12
dev-libs/microprofile/metadata.xml
Normal file
12
dev-libs/microprofile/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>contact@paveloom.dev</email>
|
||||
<name>Pavel Sobolev</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/jonasmr/microprofile/issues</bugs-to>
|
||||
<remote-id type="github">jonasmr/microprofile</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
17
dev-libs/microprofile/microprofile-4.0.ebuild
Normal file
17
dev-libs/microprofile/microprofile-4.0.ebuild
Normal 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"
|
||||
Reference in New Issue
Block a user