media-libs/plutovg: new package, add 1.0.0

Signed-off-by: Matt Jolly <kangie@gentoo.org>
This commit is contained in:
Matt Jolly
2025-04-09 16:18:54 +10:00
parent aee215191d
commit 85da6134de
3 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST plutovg-1.0.0.tar.gz 228563 BLAKE2B 277e4e30a0357d345d87e89b6abb52d79794a55d893b2108e6cfebab628b31c299eab43378cf9c5d30922a1da453ffa06fdda08a6cbc6cb6236b2682d8b1ee0c SHA512 4f472542686f9ee949e6cba621f338128aaaee25e2dfde848713333eedc6de4f896bb55aac4b8296bdada73ae3327da1fd06055ef93acc920ed55bf123731f74

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>kangie@gentoo.org</email>
<name>Matt Jolly</name>
<description>Primary maintainer</description>
</maintainer>
<maintainer type="project">
<email>games@gentoo.org</email>
<name>Gentoo Games Project</name>
</maintainer>
<upstream>
<remote-id type="github">sammycage/plutovg</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,14 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson-multilib
DESCRIPTION="Tiny 2D vector graphics library in C"
HOMEPAGE="https://github.com/sammycage/plutovg"
SRC_URI="https://github.com/sammycage/plutovg/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"