sys-apps/can-utils - 2018.02.0 (kaa)

Search

Package Information

Description:
SocketCAN userspace utilities and tools
Homepage:
https://github.com/linux-can/can-utils
License:
GPL-2

Ebuild Details

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

EAPI=7

inherit autotools git-r3

DESCRIPTION="SocketCAN userspace utilities and tools"
HOMEPAGE="https://github.com/linux-can/can-utils"
EGIT_REPO_URI="https://github.com/linux-can/can-utils.git"
EGIT_COMMIT="c5fd57df344710cbe7363079504de5d6f6a2e79d"

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

src_prepare() {
	eautoreconf
	default
}