sys-apps/mmc-utils - 9999 (kaa)

Search

Package Information

Description:
Userspace tools for MMC/SD devices
Homepage:
https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 7 ~amd64 ~arm ~x86 0
View Raw Ebuild
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit git-r3

DESCRIPTION="Userspace tools for MMC/SD devices"
HOMEPAGE="https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/"
EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

src_install() {
	doman man/mmc.1
	emake prefix="${D}/usr" install
}