sci-libs/libbno08x - 9999 (hamari)

Search

Install

Install this version:

emerge -a =sci-libs/libbno08x-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-libs/libbno08x-9999

Or alternatively:

emerge --autounmask-write -a =sci-libs/libbno08x-9999

Package Information

Description:
C++ shared library for the BNO08x IMU
Homepage:
https://github.com/knro/libbno08x
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
9999 8 amd64 x86 0/0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="C++ shared library for the BNO08x IMU"
HOMEPAGE="https://github.com/knro/libbno08x"

if [[ ${PV} == "9999" ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/knro/libbno08x.git"
else
	COMMIT="2f8d6fc70a7f3fb224a46675c7bb9aecae046459"

	SRC_URI="https://github.com/knro/libbno08x/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="amd64 x86"
	S="${WORKDIR}/${PN}-${COMMIT}"
fi

LICENSE="BSD"
SLOT="0/0"

DEPEND="dev-libs/libgpiod:="
RDEPEND="${DEPEND}"

Inherited Eclasses

Dependencies

DEPEND

dev-libs/libgpiod:=

RDEPEND

dev-libs/libgpiod:=