mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
net-misc/can-utils: new package, add 2023.03
This commit is contained in:
parent
43cf445ffe
commit
8e07a17579
3 changed files with 39 additions and 0 deletions
1
net-misc/can-utils/Manifest
Normal file
1
net-misc/can-utils/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST can-utils-can-utils-2023.03.tar.gz 172270 BLAKE2B 315a6eb4b891d6cf3265b9ea745780bdd118f74fc1fe080db47147260e96c506f0684c8b81096a297d36afe6abc9c5042d0d70c19d9df372d08153dee78880a7 SHA512 bf8f3e555bada4ce1e6f308b46daaab51664a0b6a1b793dc1a2aab46b44331f59635051eb3e75cb9b39999369a7fd463421a89ab60e74bc76ef2d84f6519c501
|
||||
27
net-misc/can-utils/can-utils-2023.03.ebuild
Normal file
27
net-misc/can-utils/can-utils-2023.03.ebuild
Normal 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
|
||||
}
|
||||
11
net-misc/can-utils/metadata.xml
Normal file
11
net-misc/can-utils/metadata.xml
Normal 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>
|
||||
Loading…
Reference in a new issue