# Copyright 2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Sentry SDK for C, C++, and Native applications" HOMEPAGE="https://sentry.io" SRC_URI="https://github.com/getsentry/sentry-native/archive/refs/tags/${PV}.tar.gz" inherit cmake LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" DEPEND="dev-util/breakpad" RDEPEND="${DEPEND}" BDEPEND="" src_configure() { local mycmakeargs=( "-DSENTRY_BREAKPAD_SYSTEM=On" ) cmake_src_configure }