sys-apps/lsplug - 7 (guru)

Search

Install

Install this version:

emerge -a =sys-apps/lsplug-7

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-apps/lsplug-7

Or alternatively:

emerge --autounmask-write -a =sys-apps/lsplug-7

Package Information

Description:
Replacement for lsusb that shows more useful info and less useless info
Homepage:
https://git.sr.ht/~martijnbraam/lsplug
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
7 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_REQ_USE=sqlite
PYTHON_COMPAT=( python3_{12..14} )
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 ~arm64"

# For /usr/share/hwdata/usb.ids
RDEPEND="sys-apps/hwdata"

Inherited Eclasses

Dependencies

RDEPEND

sys-apps/hwdata

Manifest for 7

Type File Size Source URLs
DIST lsplug-7.tar.gz 8445 bytes https://git.sr.ht/~martijnbraam/lsplug/archive/7.tar.gz