ros2-jazzy-pal_statistics_msgs
LOW
maintainer AutoUpdateBot
0 votes
base
ros2-jazzy-pal_statistics
scanned 2026-09-06 05:10:24.165680
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
pkgbase=ros2-jazzy-pal_statistics
4
pkgname=(
5
'ros2-jazzy-pal_statistics_msgs'
6
'ros2-jazzy-pal_statistics'
7
)
8
pkgver=2.8.2
9
pkgrel=1
10
pkgdesc="Statistics messages and utilities for ROS 2 Jazzy"
11
url="https://github.com/pal-robotics/pal_statistics"
12
arch=('x86_64')
13
license=('MIT')
14
depends=('ros2-jazzy')
15
makedepends=('cmake' 'boost')
16
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pal-robotics/pal_statistics/archive/refs/tags/${pkgver}.tar.gz")
17
sha256sums=('a05368e58e3fd8c428a165f238c7a7e11b9368a985717b8acb7c353c83677021')
18
19
_srcname="pal_statistics-$pkgver"
20
21
_build_cmake() {
22
local sub="$1"
23
shift
24
source /opt/ros/jazzy/setup.bash
25
26
local prefix='' dep
27
for dep in "$@"; do
28
prefix+="$srcdir/stage-$dep/opt/ros/jazzy:"
29
done
30
31
CMAKE_PREFIX_PATH="${prefix}${CMAKE_PREFIX_PATH}" \
32
cmake -B "$srcdir/build-$sub" -S "$srcdir/$_srcname/$sub" \
33
-DCMAKE_BUILD_TYPE='None' \
34
-DCMAKE_INSTALL_PREFIX='/opt/ros/jazzy' \
35
-DBUILD_TESTING=OFF \
36
-Wno-dev
37
cmake --build "$srcdir/build-$sub"
38
DESTDIR="$srcdir/stage-$sub" cmake --install "$srcdir/build-$sub"
39
}
40
41
build() {
42
export CFLAGS+=" -ffile-prefix-map=$srcdir=/usr/src/debug/$pkgbase"
43
export CXXFLAGS+=" -ffile-prefix-map=$srcdir=/usr/src/debug/$pkgbase"
44
45
_build_cmake pal_statistics_msgs
46
_build_cmake pal_statistics pal_statistics_msgs
47
}
48
49
package_ros2-jazzy-pal_statistics_msgs() {
50
depends=('ros2-jazzy')
51
cp -a "$srcdir/stage-pal_statistics_msgs/." "$pkgdir/"
52
install -Dm644 "$srcdir/$_srcname/pal_statistics_msgs/LICENSE" \
53
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
54
}
55
56
package_ros2-jazzy-pal_statistics() {
57
depends=('ros2-jazzy' 'ros2-jazzy-pal_statistics_msgs' 'boost' 'gcc-libs')
58
cp -a "$srcdir/stage-pal_statistics/." "$pkgdir/"
59
install -Dm644 "$srcdir/$_srcname/pal_statistics/LICENSE" \
60
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
61
}
62
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 05:10:24 | Low | 1 |