sys-apps/lsplug: new package, add 4

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2023-08-16 22:32:33 +02:00
parent 13ac07c554
commit 5260a0f125
2 changed files with 22 additions and 0 deletions

1
sys-apps/lsplug/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST lsplug-4.tar.gz 6728 BLAKE2B 3b3ad20dd8e88109ada984c14b4d32374f8ea914f1254c423df3194907b50ba424aafde8f1ebe0e0d9addca7aa0819c88a0f7078fccc4dbe5e93c1b02b667867 SHA512 d88472005ee4f42ef5c6f9a457fb202598625ec2c0b3fb633e80f901edf82456d93131a6628203fb843ae162a2113c3c6bc3654c1d3b0ff34736e0893363089c

View File

@@ -0,0 +1,21 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_REQ_USE=sqlite
PYTHON_COMPAT=( python3_{8,9,10,11} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1
DESCRIPTION="Replacement for lsusb that shows more useful info and less useless info"
HOMEPAGE="https://git.sr.ht/~martijnbraam/lsplug"
SRC_URI="https://git.sr.ht/~martijnbraam/lsplug/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
# For /usr/share/hwdata/usb.ids
RDEPEND="sys-apps/hwdata"