-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,9 +25,6 @@ much as possible. | |
Since version 2.1.0, PKGBUILDer provides modules that can be used in | ||
other scripts. | ||
|
||
Development of the PKGBUILDer is stalled. However, patches are welcome | ||
all the time at GitHub. | ||
|
||
OPERATIONS | ||
========== | ||
|
||
|
@@ -64,16 +61,18 @@ OPTIONS | |
EXAMPLES | ||
======== | ||
|
||
pkgbuilder dropbox | ||
Installs the package "dropbox" from the AUR. It is being built in | ||
pkgbuilder trashman | ||
Installs the package "trashman" from the AUR. It is being built in | ||
the CWD. | ||
|
||
pkgbuilder -S dropbox | ||
Installs "dropbox", but builds thhe package in /tmp-pkgbuilder-UID. | ||
pkgbuilder -S trashman | ||
Installs "trashman", but builds the package in /tmp-pkgbuilder-UID. | ||
|
||
pkgbuilder -Syu | ||
Checks for updates and offers installing them. | ||
|
||
(Trashman is an XDG trash manager by Kwpolska.) | ||
|
||
SEE ALSO | ||
======== | ||
**pacman(8)**, **makepkg(8)** | ||
|
@@ -83,6 +82,6 @@ for more info. | |
|
||
BUGS | ||
==== | ||
Bugs shall be reported at the GitHub page | ||
Bugs should be reported at the GitHub page | ||
(<https://github.com/Kwpolska/pkgbuilder/issues>). You can also | ||
send mail to <[email protected]>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters