sys-apps/can-utils - 9999 (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
9999 7 0
View Raw Ebuild
# Copyright 1999-2017 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"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""

src_prepare() {
	eautoreconf
	default
}