This is a terse document covering the anatomy of a package built for the pacman package manager.
The following example commands can mostly run verbatim to manually create a
| server.modules = ( | |
| "mod_access", | |
| "mod_alias", | |
| "mod_accesslog", | |
| "mod_extforward", | |
| "mod_rewrite", | |
| #"mod_fastcgi", | |
| "mod_proxy", | |
| "mod_redirect" ) |
| #!/bin/bash | |
| case "$1" in | |
| dwm) | |
| startx ~/scripts/xinitrc-dwm | |
| ;; | |
| ratpoison) | |
| exec startx ~/scripts/xinitrc-ratpoison | |
| ;; | |
| fvwm) |