#!/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