ros2-jazzy-behaviortree-cpp-v3
LOW
maintainer AutoUpdateBot
0 votes
scanned 2026-09-03 17:54:21.348771
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: AutoUpdateBot <auto-update-bot@arch4edu.org>
2
# Contributor: Angelo Elias Dal Zotto <angelodalzotto97@gmail.com>
3
4
_pkgname=BehaviorTree.CPP
5
pkgname=ros2-jazzy-behaviortree-cpp-v3
6
pkgver=3.8.8
7
pkgrel=1
8
pkgdesc="Behavior Trees Library in C++. Batteries included."
9
url="https://index.ros.org/p/behaviortree_cpp/"
10
arch=('x86_64')
11
license=('MIT')
12
depends=(
13
'ros2-jazzy'
14
'boost-libs'
15
'zeromq'
16
'ncurses'
17
)
18
makedepends=('cmake' 'boost')
19
source=("$pkgname-$pkgver.tar.gz::https://github.com/BehaviorTree/BehaviorTree.CPP/archive/refs/tags/${pkgver}.tar.gz")
20
sha256sums=('7b87e4819f0c482639c30fa6a6f06ab4c83c10e3362032cfc3beff4d827205af')
21
22
build() {
23
source /opt/ros/jazzy/setup.bash
24
25
cmake -B build -S "$_pkgname-$pkgver" \
26
-DCMAKE_BUILD_TYPE='None' \
27
-DCMAKE_INSTALL_PREFIX='/opt/ros/jazzy' \
28
-Wno-dev
29
30
cmake --build build
31
}
32
33
package() {
34
DESTDIR="$pkgdir" cmake --install build
35
install -Dm644 "$_pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
36
}
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-03 17:54:21 | Low | 1 |