21 Feb
2012
21 Feb
'12
9:58 p.m.
On 02/21/2012 03:44 PM, Daenyth wrote:
Install abs and look in /usr/share/pacman/ at the proto PKGBUILDs. You may also want to look at "newpkg", from pkgtools.
for i in $(find /var/abs -name PKGBUILD); do if grep "git clone" $i; then echo "found in $i"; fi; done was the ticket! -- David C. Rankin, J.D.,P.E.