diff --git a/net-misc/can-utils/Manifest b/net-misc/can-utils/Manifest new file mode 100644 index 000000000..87a93b1b2 --- /dev/null +++ b/net-misc/can-utils/Manifest @@ -0,0 +1 @@ +DIST can-utils-can-utils-2023.03.tar.gz 172270 BLAKE2B 315a6eb4b891d6cf3265b9ea745780bdd118f74fc1fe080db47147260e96c506f0684c8b81096a297d36afe6abc9c5042d0d70c19d9df372d08153dee78880a7 SHA512 bf8f3e555bada4ce1e6f308b46daaab51664a0b6a1b793dc1a2aab46b44331f59635051eb3e75cb9b39999369a7fd463421a89ab60e74bc76ef2d84f6519c501 diff --git a/net-misc/can-utils/can-utils-2023.03.ebuild b/net-misc/can-utils/can-utils-2023.03.ebuild new file mode 100644 index 000000000..57ea3e166 --- /dev/null +++ b/net-misc/can-utils/can-utils-2023.03.ebuild @@ -0,0 +1,27 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="SocketCAN userspace utilities and tools" +HOMEPAGE="https://github.com/linux-can/can-utils" +SRC_URI="https://github.com/linux-can/can-utils/archive/v${PV}.tar.gz -> can-utils-${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~arm" + +src_prepare() { + default + + eautoreconf +} + +src_install() { + + emake DESTDIR="${D}" install + + einstalldocs +} diff --git a/net-misc/can-utils/metadata.xml b/net-misc/can-utils/metadata.xml new file mode 100644 index 000000000..46f4dc650 --- /dev/null +++ b/net-misc/can-utils/metadata.xml @@ -0,0 +1,11 @@ + + + + + iomonad@riseup.net + iomonad + + + linux-can/can-utils + +