dotdog-git

LOW
maintainer woofson 0 votes scanned 2026-08-22 21:18:21.352435
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: Bolt J Woofson <https://github.com/Woofson>
2pkgname=dotdog-git
3pkgver=3.0.1.r0.g8fb1ae5
4pkgrel=1
5pkgdesc="DotDog 🐶 - Modern dotfile compositor with git versioning & DotDog TUI (formerly Dot Matrix)"
6arch=('x86_64')
7url="https://github.com/Woofson/dotdog"
8license=('MIT')
9depends=('gcc-libs' 'oniguruma' 'zstd')
10makedepends=('cargo' 'git')
11provides=('dotdog' 'dotmatrix' 'dmx')
12conflicts=('dotdog')
13replaces=('dotmatrix-git')
14source=("git+https://github.com/Woofson/dotdog.git")
15sha256sums=('SKIP')
16
17pkgver() {
18 cd "$srcdir/dotdog"
19 git describe --long --tags 2>/dev/null | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' \
20 || printf "3.0.1.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
21}
22
23prepare() {
24 cd "$srcdir/dotdog"
25 export RUSTUP_TOOLCHAIN=stable
26 cargo fetch --target "$(rustc -vV | sed -n 's/host: //p')"
27}
28
29build() {
30 cd "$srcdir/dotdog"
31 export RUSTUP_TOOLCHAIN=stable
32 export CARGO_TARGET_DIR=target
33 export ZSTD_SYS_USE_PKG_CONFIG=1
34 export RUSTONIG_SYSTEM_LIBONIG=1
35 cargo build --release --workspace
36}
37
38check() {
39 cd "$srcdir/dotdog"
40 export RUSTUP_TOOLCHAIN=stable
41 cargo test --workspace
42}
43
44package() {
45 cd "$srcdir/dotdog"
46 install -Dm755 "target/release/dotdog" "$pkgdir/usr/bin/dotdog"
47 install -Dm755 "target/release/dmx" "$pkgdir/usr/bin/dmx"
48 # Legacy symlinks for backwards compatibility
49 ln -sf "/usr/bin/dotdog" "$pkgdir/usr/bin/dmxtui"
50 ln -sf "/usr/bin/dotdog" "$pkgdir/usr/bin/dmxcli"
51 install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
52}
53

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 21:18:21 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