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 devtools.7 man page #51

Closed
wants to merge 1 commit 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 .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ crossrepomove
arch-nspawn
sogrep
doc/*.1
doc/*.7
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ MANS = \
doc/makerepropkg.1 \
doc/mkarchroot.1 \
doc/find-libdeps.1 \
doc/find-libprovides.1
doc/find-libprovides.1 \
doc/devtools.7


all: $(BINPROGS) bash_completion zsh_completion man
Expand Down
46 changes: 46 additions & 0 deletions doc/devtools.7.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
devtools(7)
===========

Name
----
devtools - Developer tools for the Arch Linux distribution

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

Devtools contains tools for package maintenance in Arch Linux. The toolset
varies from tools for building packages in a clean chroot ('mkarchroot',...),
packaging related tools for sonames ('sogrep', 'lddd') and tools for
repository management such as ('archco', 'extra2community')

Programs
--------
The list below gives a short overview; see the respective documentation
for details.

linkman:checkpkg[1]
Compare the current build pakcage with the repository version

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

linkman:find-libprovides[1]
Find soname's which are provided by a package

linkman:lddd[1]
Find broken library links on your system

linkman:makerepropkg[1]
Rebuild a package to see if it is reproducible

linkman:mkarchroot[1]
Creates an arch chroot in a specified location with a specified set of
packages

linkman:offload-build[1]
Build a PKGBUILD on a remote server using makechrootpkg

linkman:sogrep[1]
Find packages using a linked to a given shared library

include::footer.asciidoc[]