add content
This commit is contained in:
19
dev-util/bpftool/bpftool-4.19.25.ebuild
Normal file
19
dev-util/bpftool/bpftool-4.19.25.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright 2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="BPFTOOL - tool for inspection and simple manipulation of eBPF programs and maps"
|
||||
HOMEPAGE="https://www.kernel.org/"
|
||||
SRC_URI="https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/linux-${PV}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
S="${WORKDIR}/linux-${PV}/tools/bpf/bpftool"
|
||||
Reference in New Issue
Block a user