gentoo-ebuilds/net-libs/ignition-msgs/ignition-msgs-5.11.0.ebuild
Michał Górny fef0597c76
Move {dev-util → dev-build}/ignition-cmake
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-01-14 20:23:13 +01:00

26 lines
675 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake
DESCRIPTION="Protobuf messages and functions for robot applications"
HOMEPAGE="https://github.com/ignitionrobotics/ign-msgs"
SRC_URI="https://github.com/ignitionrobotics/ign-msgs/archive/${PN}5_${PV}.tar.gz"
LICENSE="Apache-2.0"
SLOT="5"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="dev-libs/protobuf:=
sci-libs/ignition-math:6=
dev-libs/tinyxml2:=
"
DEPEND="${RDEPEND}
dev-build/ignition-cmake:2"
BDEPEND="dev-build/ignition-cmake:2"
CMAKE_BUILD_TYPE=RelWithDebInfo
S="${WORKDIR}/gz-msgs-ignition-msgs5_${PV}"
PATCHES=( "${FILESDIR}/protobuf.patch" )