mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
sys-kernel/modprobed-db: new package, add 2.46
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
18
sys-kernel/modprobed-db/modprobed-db-2.46.ebuild
Normal file
18
sys-kernel/modprobed-db/modprobed-db-2.46.ebuild
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="This utility tracks modules loaded by the kernel, for localmodconfig"
|
||||
HOMEPAGE="https://github.com/graysky2/modprobed-db"
|
||||
SRC_URI="https://github.com/graysky2/modprobed-db/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install-bin
|
||||
doman "doc/${PN}.8"
|
||||
dodoc README.md
|
||||
}
|
||||
Reference in New Issue
Block a user