fd PKGBUILD | while read -l pkgfile set pkgdir (dirname $pkgfile) pushd $pkgdir && begin makepkg --printsrcinfo > .SRCINFO end && popd end