ros2-jazzy-ros2_control_cmake

LOW
maintainer AutoUpdateBot 0 votes scanned 2026-09-05 09:59:47.702300
View on AUR
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=ros2_control_cmake
4pkgname=ros2-jazzy-ros2_control_cmake
5pkgver=0.4.0
6pkgrel=1
7pkgdesc="CMake macros used by the ros2_control framework, for ROS 2 Jazzy"
8url="https://github.com/ros-controls/ros2_control_cmake"
9arch=('any')
10license=('Apache-2.0')
11depends=('ros2-jazzy')
12makedepends=('cmake')
13source=("$pkgname-$pkgver.tar.gz::https://github.com/ros-controls/ros2_control_cmake/archive/refs/tags/${pkgver}.tar.gz")
14sha256sums=('db384ae8e1490396ca9b4290b064c68a675bc07e4173cfbe28bcad93ada1c4ed')
15
16_srcname="ros2_control_cmake-$pkgver"
17
18build() {
19 source /opt/ros/jazzy/setup.bash
20
21 cmake -B build -S "$_srcname/$_pkgname" \
22 -DCMAKE_BUILD_TYPE='None' \
23 -DCMAKE_INSTALL_PREFIX='/opt/ros/jazzy' \
24 -DBUILD_TESTING=OFF \
25 -Wno-dev
26 cmake --build build
27}
28
29package() {
30 DESTDIR="$pkgdir" cmake --install build
31
32 install -Dm644 "$_srcname/LICENSE" \
33 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 09:59:47 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion