mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/plutovg: new package, add 1.0.0
Signed-off-by: Matt Jolly <kangie@gentoo.org>
This commit is contained in:
1
media-libs/plutovg/Manifest
Normal file
1
media-libs/plutovg/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST plutovg-1.0.0.tar.gz 228563 BLAKE2B 277e4e30a0357d345d87e89b6abb52d79794a55d893b2108e6cfebab628b31c299eab43378cf9c5d30922a1da453ffa06fdda08a6cbc6cb6236b2682d8b1ee0c SHA512 4f472542686f9ee949e6cba621f338128aaaee25e2dfde848713333eedc6de4f896bb55aac4b8296bdada73ae3327da1fd06055ef93acc920ed55bf123731f74
|
||||
16
media-libs/plutovg/metadata.xml
Normal file
16
media-libs/plutovg/metadata.xml
Normal 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>
|
||||
14
media-libs/plutovg/plutovg-1.0.0.ebuild
Normal file
14
media-libs/plutovg/plutovg-1.0.0.ebuild
Normal 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"
|
||||
Reference in New Issue
Block a user