ddinfo-tools
LOW
maintainer friedev
0 votes
scanned 2026-09-26 17:15:25.581789
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
4
pkgname=ddinfo-tools
5
_dotnet_version=10.0
6
pkgver=0.13.7.1
7
pkgrel=1
8
pkgdesc='Cross-platform Devil Daggers modding tools, practice tools, and custom leaderboards client'
9
arch=(x86_64)
10
url='https://devildaggers.info/tools'
11
license=(MIT)
12
depends=(glibc libgcc glib2 libstdc++ "dotnet-runtime-${_dotnet_version}" gtk3)
13
makedepends=("dotnet-sdk-${_dotnet_version}")
14
source=("$pkgname-$pkgver.tar.gz::https://github.com/NoahStolk/ddinfo-tools/archive/refs/tags/v$pkgver.tar.gz")
15
sha256sums=('b81a4e3c55ac263d0b96e7d134ab3dbe96b6de0f3d311f003fedc603d9b64478')
16
17
build() {
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
31
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-26 17:15:25 | Low | 1 |