ddinfo-tools

LOW
maintainer friedev 0 votes scanned 2026-09-26 17:15:25.581789
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: Aaron Friesen <aaron@frie.dev>
2# Contributor: pynappo <pynappo at proton dot me>
3# shellcheck shell=bash disable=SC2034,SC2154,SC2164
4pkgname=ddinfo-tools
5_dotnet_version=10.0
6pkgver=0.13.7.1
7pkgrel=1
8pkgdesc='Cross-platform Devil Daggers modding tools, practice tools, and custom leaderboards client'
9arch=(x86_64)
10url='https://devildaggers.info/tools'
11license=(MIT)
12depends=(glibc libgcc glib2 libstdc++ "dotnet-runtime-${_dotnet_version}" gtk3)
13makedepends=("dotnet-sdk-${_dotnet_version}")
14source=("$pkgname-$pkgver.tar.gz::https://github.com/NoahStolk/ddinfo-tools/archive/refs/tags/v$pkgver.tar.gz")
15sha256sums=('b81a4e3c55ac263d0b96e7d134ab3dbe96b6de0f3d311f003fedc603d9b64478')
16
17build() {
18 cd "$pkgname-$pkgver/scripts"
19 args=(
20 -p:PublishProtocol=FileSystem
21 "-p:TargetFramework=net$_dotnet_version"
22 -p:RuntimeIdentifier=linux-x64
23 -p:Platform=x64
24 -p:Configuration=Release
25 -p:PublishDir=release-linux-x64
26 )
27
28 dotnet publish ../src/DevilDaggersInfo.Tools/DevilDaggersInfo.Tools.csproj "${args[@]}"
29}
30
31package() {
32 cd "$pkgname-$pkgver"
33 install -dm755 "$pkgdir/usr/lib/$pkgname"
34 install -m644 src/artifacts/bin/DevilDaggersInfo.Tools/release_linux-x64/* "$pkgdir/usr/lib/$pkgname/"
35 chmod 755 "$pkgdir/usr/lib/$pkgname/ddinfo-tools" "$pkgdir/usr/lib/$pkgname/"*.so*
36
37 install -dm755 "$pkgdir/usr/bin"
38 ln -s ../lib/$pkgname/$pkgname "$pkgdir/usr/bin/$pkgname"
39
40 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
41}
42

Scan history

Scanned at (UTC)SeverityRules
2026-09-26 17:15:25 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