mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
sys-apps/lsplug: add 7
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST lsplug-6.tar.gz 6808 BLAKE2B abe0c5d8c40e93c706be5b4dc302148d84cee31f600067edbed46583b9ea8ca6f92ca961b8a86ed99e4af63234534d507fa00b6d933249bf699f5dabb6900aa6 SHA512 6745feac03435541bb6c5acf0da45d5ed4dd4f2ab3921e33a7ba4156705b947d5f95db1f17c84079e5335575395c154d87a3fdfc7c2ff9eb85849e65662f4bf5
|
||||
DIST lsplug-7.tar.gz 8445 BLAKE2B 2c5100ebf7fb968eba5bd07fbeef38e5d84006c64a6ff043455485ffc75f6ff7da0bddec307a362962ef162c847461fe667e6657294271335a816094af968ed7 SHA512 6b8a7363e81d743e4fcd5fa28987b068a1d66dc62cf06aa727627f2c62c88a0946a989bd72e50b5310d5f87ab3f855c8fd86e16c3390880e122540c05dbcd2e2
|
||||
|
||||
21
sys-apps/lsplug/lsplug-7.ebuild
Normal file
21
sys-apps/lsplug/lsplug-7.ebuild
Normal 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_{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"
|
||||
Reference in New Issue
Block a user