sys-apps/drm_info: New package

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2020-11-03 15:36:45 +01:00
parent 2c62ebeef2
commit 7ff375f260
4 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST drm_info-2.2.0.tar.gz 13510 BLAKE2B 57b8e3facfd0d101b5be87aed3cb85289ccc7bb082b2d9ef031cffd7eed90f88cf61c72f5818784d398dde370b15ec8ad03c13e3ddc9f251a6df350dfd45cdf0 SHA512 aa1de44d855e6caac732d8f1318f79deedbf314ba1172ab242bab8fa3df9b19e4ccd40a3a35148accaccedb0b380bfa13940854f6ab111a3b7a3ffcdf064e317

View File

@@ -0,0 +1,26 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson
if [[ "${PV}" == "9999" ]]
then
inherit git-r3
EGIT_REPO_URI="https://github.com/ascent12/drm_info"
else
SRC_URI="https://github.com/ascent12/drm_info/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="Small utility to dump info about DRM devices"
HOMEPAGE="https://github.com/ascent12/drm_info"
LICENSE="MIT"
SLOT="0"
DEPEND="
x11-libs/libdrm
dev-libs/json-c:=
"
RDEPEND="${DEPEND}"

View File

@@ -0,0 +1,26 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson
if [[ "${PV}" == "9999" ]]
then
inherit git-r3
EGIT_REPO_URI="https://github.com/ascent12/drm_info"
else
SRC_URI="https://github.com/ascent12/drm_info/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="Small utility to dump info about DRM devices"
HOMEPAGE="https://github.com/ascent12/drm_info"
LICENSE="MIT"
SLOT="0"
DEPEND="
x11-libs/libdrm
dev-libs/json-c:=
"
RDEPEND="${DEPEND}"

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>contact@hacktivis.me</email>
<name>Haelwenn (lanodan) Monnier</name>
</maintainer>
</pkgmetadata>