mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
media-gfx/vkbasalt-cli: new package, add 3.1.1
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
1
media-gfx/vkbasalt-cli/Manifest
Normal file
1
media-gfx/vkbasalt-cli/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST vkbasalt-cli-3.1.1.tar.bz2 17938 BLAKE2B 0d3c202c1201a55331ccc1913aec002c2e9dcac860935afbcd317d7c788c92ee5f964e324f7fc0eeed325e88beb6a4e3227d183102e0980843dfaa70e4915708 SHA512 0fb477b84a1bc56b8011381c1287036fa4a5c07c9411bec2974e9d4aa9a59e773a462f1507af96d9f1614d2f31a7854ae3422ce50c5b1c0fd4471c5bb55d0a90
|
||||||
12
media-gfx/vkbasalt-cli/metadata.xml
Normal file
12
media-gfx/vkbasalt-cli/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">
|
||||||
|
<name>Pavel Sobolev</name>
|
||||||
|
<email>contact@paveloom.dev</email>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<bugs-to>https://gitlab.com/TheEvilSkeleton/vkbasalt-cli/-/work_items</bugs-to>
|
||||||
|
<remote-id type="gitlab">TheEvilSkeleton/vkbasalt-cli</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
23
media-gfx/vkbasalt-cli/vkbasalt-cli-3.1.1.ebuild
Normal file
23
media-gfx/vkbasalt-cli/vkbasalt-cli-3.1.1.ebuild
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# Copyright 1999-2026 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
|
PYTHON_COMPAT=( python3_{12..14} )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="Command-line utility for vkBasalt"
|
||||||
|
HOMEPAGE="https://gitlab.com/TheEvilSkeleton/vkbasalt-cli"
|
||||||
|
SRC_URI="https://gitlab.com/TheEvilSkeleton/vkbasalt-cli/-/archive/v${PV}/vkbasalt-cli-v${PV}.tar.bz2 -> ${P}.tar.bz2"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${PN}-v${PV}"
|
||||||
|
|
||||||
|
LICENSE="LGPL-3 GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
RDEPEND="media-gfx/vkBasalt"
|
||||||
|
|
||||||
|
distutils_enable_tests import-check
|
||||||
Reference in New Issue
Block a user