net-misc/can-utils: new package, add 2023.03

This commit is contained in:
iomonad 2023-11-24 11:39:57 +01:00
parent 43cf445ffe
commit 8e07a17579
No known key found for this signature in database
GPG key ID: 0781ECEA9ED09403
3 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST can-utils-can-utils-2023.03.tar.gz 172270 BLAKE2B 315a6eb4b891d6cf3265b9ea745780bdd118f74fc1fe080db47147260e96c506f0684c8b81096a297d36afe6abc9c5042d0d70c19d9df372d08153dee78880a7 SHA512 bf8f3e555bada4ce1e6f308b46daaab51664a0b6a1b793dc1a2aab46b44331f59635051eb3e75cb9b39999369a7fd463421a89ab60e74bc76ef2d84f6519c501

View file

@ -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
}

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>iomonad@riseup.net</email>
<name>iomonad</name>
</maintainer>
<upstream>
<remote-id type="github">linux-can/can-utils</remote-id>
</upstream>
</pkgmetadata>