# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake linux-mod-r1 DESCRIPTION="Kernel module for dev-util/sysdig" HOMEPAGE="https://sysdig.com/" # The driver is part of falcosecurity/libs, but for versioning reasons we cannot (yet) # use semver-released packages; instead we pull in a commit that is used and known # to work with sysdig, see sysdig/cmake/modules/falcosecurity-libs.cmake for details. # For now the commit here and the one referenced in sysdig should be in sync. LIBS_COMMIT="e5c53d648f3c4694385bbe488e7d47eaa36c229a" SRC_URI="https://github.com/falcosecurity/libs/archive/${LIBS_COMMIT}.tar.gz -> falcosecurity-libs-${LIBS_COMMIT}.tar.gz" S="${WORKDIR}/libs-${LIBS_COMMIT}" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm64 x86" RDEPEND="!