Add check for swprintf() and a workaround when it is missing
[pacman-ng.git] / contrib / README
blob7eb36aae43f41441bd1f649adcadfbbffca1ee4e
1 Here is a brief description of the files included in this directory:
3 PKGBUILD.vim - a vim/gvim syntax file for PKGBUILDs. Colors known variable
4 names, highlights common errors such as invalid characters in pkgname or
5 pkgver, etc.
7 bash_completion - a bash completion script for pacman, install in
8 /etc/bash_completion.d/ for use (but rename to something descriptive!).
10 zsh_completion - a zsh completion script, install (with a rename) to
11 /usr/share/zsh/site-functions/.
13 pacdiff - a simple pacnew/pacorig/pacsave updater for /etc/.
15 pacsearch - a colorized search combining both -Ss and -Qs output. Installed
16 packages are easily identified with a *** and local-only packages are also
17 listed.
19 re-pacman - regenerate a pacman package based on installed files and the pacman
20 database entries. Useful for reuse, or possible config file extension.
22 vimprojects - a project file for the vim project plugin.
24 wget-xdelta.sh - A download script for pacman which allows binary deltas
25 generated with makepkg to be used instead of downloading full binary packages.
26 This should cut download sizes for some package upgrades significantly.