diff --git a/sys-apps/lsplug/Manifest b/sys-apps/lsplug/Manifest new file mode 100644 index 0000000000..75c5d1e6f2 --- /dev/null +++ b/sys-apps/lsplug/Manifest @@ -0,0 +1 @@ +DIST lsplug-4.tar.gz 6728 BLAKE2B 3b3ad20dd8e88109ada984c14b4d32374f8ea914f1254c423df3194907b50ba424aafde8f1ebe0e0d9addca7aa0819c88a0f7078fccc4dbe5e93c1b02b667867 SHA512 d88472005ee4f42ef5c6f9a457fb202598625ec2c0b3fb633e80f901edf82456d93131a6628203fb843ae162a2113c3c6bc3654c1d3b0ff34736e0893363089c diff --git a/sys-apps/lsplug/lsplug-4.ebuild b/sys-apps/lsplug/lsplug-4.ebuild new file mode 100644 index 0000000000..420c4cf79c --- /dev/null +++ b/sys-apps/lsplug/lsplug-4.ebuild @@ -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"