[pacman-dev] [PATCH] manpage update: add real world examples with full path and aur ref
Cedric Staniewski
cedric at gmx.ca
Mon Jun 14 09:09:21 EDT 2010
On 14.06.2010 14:53, Nico Schottelius wrote:
> +
> +To build and install package "ceofhack" from AUR:
> +
> + $ mkdir ceofhack-aur
> + $ cd ceofhack-aur
> + $ wget http://aur.archlinux.org/packages/ceofhack/ceofhack/PKGBUILD
> + $ makepkg -si
> +
I do not think the AUR should be mentioned since it is an Arch-only
thing. Apart from that, your commands only work for PKGBUILDs that do
not require local sources or changelog/install files.
> +
> +pacman -U /home/nico/ceofhack-0.6-1-x86_64.pkg.tar.gz::
> + Install ceofhack from a package file (as genererated by PKGBUILD from AUR).
> +
More information about the pacman-dev
mailing list