Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add archbuild man page #65

Closed
wants to merge 10 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ BASHCOMPLETION_LINKS = \


MANS = \
doc/archbuild.1 \
doc/lddd.1 \
doc/checkpkg.1 \
doc/offload-build.1 \
Expand Down
48 changes: 48 additions & 0 deletions doc/archbuild.1.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
archbuild(1)
============

Name
----
archbuild - a script to build an Arch Linux package inside a clean chroot.

Synopsis
--------
archbuild [options] -- [makechrootpkg args]

Description
-----------

'archbuild' is a script to build an Arch Linux package. devtools includes archbuild, but you don't run this command directly.
jelly marked this conversation as resolved.
Show resolved Hide resolved
It also includes these symlinks:

* kde-unstable-x86_64-build
* multilib-testing-build
* testing-x86_64-build
* extra-x86_64-build
* multilib-build
* gnome-unstable-x86_64-build
* multilib-staging-build
* staging-x86_64-build

The symlink used to run it will be inspected by archbuild, to determine which target you want it to use.
jelly marked this conversation as resolved.
Show resolved Hide resolved


Options
-------

*-h*::
Output command line options.

*-c*::
Recreate the chroot before building

*-r* <dir>::
Create chroots in this directory.


See Also
--------

linkman:devtools[7]

include::footer.asciidoc[]
3 changes: 3 additions & 0 deletions doc/devtools.7.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ for details.
linkman:checkpkg[1]
Compare the current build pakcage with the repository version

linkman:archbuild[1]
Build an Arch Linux package inside a clean chroot

linkman:find-libdeps[1]
Find soname dependencies for a package

Expand Down