dev-perl/Dist-Build-XS-PkgConfig: new package, add 0.2.0

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-08-05 22:09:24 +01:00
parent 38950060e0
commit 4a45c087ec
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=LEONT
DIST_VERSION=0.002
inherit perl-module
DESCRIPTION="Dist::Build extension to use pkg-config"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-perl/ExtUtils-Helpers
dev-perl/PkgConfig
"
BDEPEND="
${RDEPEND}
dev-perl/Module-Build-Tiny
"

View File

@@ -0,0 +1 @@
DIST Dist-Build-XS-PkgConfig-0.002.tar.gz 9818 BLAKE2B 9aea0502f99a2871f111ec1161e7a2469bff6428ccf528afb36b5dfa56f95fb0f5b369fb9bda3800952e9a0307622c1ec11c02b04f5bd779c45abff76474dbe7 SHA512 f251dd7ca01a7fc19add494a3e9bb2bf6c3974a30cac417582ee0e8e6c9829a1bb39e42f18c3e036c6bdf01b0f4ea8feb42b2964c61672afa0d4e3225b3e2019

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Dist-Build-XS-PkgConfig</remote-id>
<remote-id type="cpan-module">Dist::Build::XS::PkgConfig</remote-id>
<remote-id type="github">Leont/dist-build-xs-pkgconfig</remote-id>
</upstream>
</pkgmetadata>