ros2-jazzy-backward_ros
LOW
maintainer AutoUpdateBot
0 votes
scanned 2026-09-05 07:59:42.017587
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
3
_pkgname=backward_ros
4
pkgname=ros2-jazzy-backward_ros
5
pkgver=1.0.8
6
pkgrel=1
7
pkgdesc="ROS 2 wrapper around backward-cpp for pretty stack traces on crashes"
8
url="https://github.com/pal-robotics/backward_ros"
9
arch=('x86_64')
10
license=('MIT')
11
depends=('ros2-jazzy' 'elfutils')
12
makedepends=('cmake')
13
source=("$_pkgname-$pkgver.tar.gz::https://github.com/pal-robotics/backward_ros/archive/refs/tags/${pkgver}.tar.gz")
14
sha256sums=('cfcfe150f2290cc5899b22463379c879c1c3eb0a09d3ad9b26f6b292d67b51a8')
15
16
build() {
17
source /opt/ros/jazzy/setup.bash
18
19
export CFLAGS+=" -ffile-prefix-map=$srcdir=/usr/src/debug/$pkgname"
20
export CXXFLAGS+=" -ffile-prefix-map=$srcdir=/usr/src/debug/$pkgname"
21
22
cmake -B build -S "$srcdir/$_pkgname-$pkgver" \
23
-DCMAKE_BUILD_TYPE='None' \
24
-DCMAKE_INSTALL_PREFIX='/opt/ros/jazzy' \
25
-DBUILD_TESTING=OFF \
26
-Wno-dev
27
cmake --build build
28
}
29
30
package() {
31
DESTDIR="$pkgdir" cmake --install build
32
install -Dm644 "$srcdir/$_pkgname-$pkgver/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-05 07:59:42 | Low | 1 |