I don't believe that's possible with git from makepkg I'm afraid. See: http://stackoverflow.com/questions/600079/is-there-any-way-to-clone-a-git-repositorys-sub-directory-only for the complexity of a sparse checkout... Any suggestions gratefully received though!
Github allows you to use svn to do checkouts. iirc this allows to only get a branch or part of it. Something like:
svn co https://github.com/Logitech/slimserver-vendor/trunk/CPAN -- Michael _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
