🔒 Repository is read-only – file editing is disabled.

PaganLinux/tmp-find-atk.sh main

6 linii Raw ← Powrót
123456
#!/bin/bash
f=$(find /var/lib/pagan-sync/recipes -name PAGBUILD.yaml | xargs grep -l "^pkgname: atk$" 2>/dev/null | head -1)
echo "atk recipe: $f"
if [ -n "$f" ]; then
    grep -E "introspection|meson setup|pkgver" "$f" | head -5
fi