ros2-jazzy-sdformat_vendor

LOW
maintainer AutoUpdateBot 0 votes scanned 2026-09-05 03:59:20.365640
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
3pkgname=ros2-jazzy-sdformat_vendor
4pkgver=0.0.14
5pkgrel=1
6pkgdesc="ROS 2 Jazzy vendor wrapper for system sdformat14"
7arch=('x86_64')
8url="https://github.com/gazebo-release/sdformat_vendor"
9license=('Apache-2.0')
10depends=('ros2-jazzy' 'sdformat14')
11makedepends=('cmake' 'tinyxml2' 'urdfdom' 'pybind11')
12source=("sdformat_vendor-$pkgver.tar.gz::https://github.com/gazebo-release/sdformat_vendor/archive/refs/tags/$pkgver.tar.gz")
13sha256sums=('08aa5b3873763cd749a85143210f4fd09c2ccda62fa0577246d6d45b67fb5309')
14
15prepare() {
16 # gz_tools_vendor is not packaged separately; the system gz-tools2 already
17 # satisfies the requirement, so drop the vendor dependency.
18 sed -i '/gz_tools_vendor/d' \
19 "$srcdir/sdformat_vendor-$pkgver/package.xml" \
20 "$srcdir/sdformat_vendor-$pkgver/CMakeLists.txt"
21}
22
23build() {
24 source /opt/ros/jazzy/setup.bash
25 cmake -B build -S "$srcdir/sdformat_vendor-$pkgver" \
26 -DCMAKE_BUILD_TYPE='Release' \
27 -DCMAKE_INSTALL_PREFIX='/opt/ros/jazzy' \
28 -DBUILD_TESTING=OFF \
29 -Wno-dev
30 cmake --build build
31}
32
33package() {
34 DESTDIR="$pkgdir" cmake --install build
35 install -Dm644 "$srcdir/sdformat_vendor-$pkgver/LICENSE" \
36 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
37}
38

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 03:59:20 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