You are not logged in.
Can anyone point me to a recipe for customizepkg that does the following?
I have a couple of aur packages installed which are based on git repos. Every time I do a sync, the entire repo is cloned to a directory under /tmp, then compiled and installed.
I'd prefer to keep a copy of the git repo on my HD. Then, every time I do a sync, that repo gets updated with a git pull, then configed, made, etc. and installed.
The difference is that just the deltas get pulled rather than the entire git repo being cloned.
TIA.
Offline