diff --git a/media-libs/plutovg/Manifest b/media-libs/plutovg/Manifest new file mode 100644 index 0000000000000..48b762a331563 --- /dev/null +++ b/media-libs/plutovg/Manifest @@ -0,0 +1 @@ +DIST plutovg-1.0.0.tar.gz 228563 BLAKE2B 277e4e30a0357d345d87e89b6abb52d79794a55d893b2108e6cfebab628b31c299eab43378cf9c5d30922a1da453ffa06fdda08a6cbc6cb6236b2682d8b1ee0c SHA512 4f472542686f9ee949e6cba621f338128aaaee25e2dfde848713333eedc6de4f896bb55aac4b8296bdada73ae3327da1fd06055ef93acc920ed55bf123731f74 diff --git a/media-libs/plutovg/metadata.xml b/media-libs/plutovg/metadata.xml new file mode 100644 index 0000000000000..661f4f0aee5ed --- /dev/null +++ b/media-libs/plutovg/metadata.xml @@ -0,0 +1,16 @@ + + + + + kangie@gentoo.org + Matt Jolly + Primary maintainer + + + games@gentoo.org + Gentoo Games Project + + + sammycage/plutovg + + diff --git a/media-libs/plutovg/plutovg-1.0.0.ebuild b/media-libs/plutovg/plutovg-1.0.0.ebuild new file mode 100644 index 0000000000000..6844a558fd6c6 --- /dev/null +++ b/media-libs/plutovg/plutovg-1.0.0.ebuild @@ -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"