summaryrefslogtreecommitdiffstats
path: root/abuild.in
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-09-25 07:49:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-25 07:49:31 +0000
commit046cebc28b05a1441a602424a00d11731e54fe0d (patch)
tree2d8292e77563448f7562dcb6f885dece7bc98226 /abuild.in
parentfebda24d52c3567947b4eb2e72bfa7617c926696 (diff)
downloadabuild-046cebc28b05a1441a602424a00d11731e54fe0d.tar.bz2
abuild-046cebc28b05a1441a602424a00d11731e54fe0d.tar.xz
abuild: sort commands in helptext alpabetically
Diffstat (limited to 'abuild.in')
-rw-r--r--abuild.in26
1 files changed, 13 insertions, 13 deletions
diff --git a/abuild.in b/abuild.in
index 27627e4..d5b6c4f 100644
--- a/abuild.in
+++ b/abuild.in
@@ -1909,26 +1909,26 @@ Options:
-u Recursively build and upgrade all dependencies (using sudo)
Commands:
+ build Compile and install package into \$pkgdir
checksum Generate checksum to be included in APKBUILD
+ clean Remove temp build and install dirs
+ cleancache Remove downloaded files from \$SRCDEST
+ cleanoldpkg Remove binary packages except current version
+ cleanpkg Remove already built binary and source package
+ deps Install packages listed in makedepends and depends
fetch Fetch sources to \$SRCDEST and verify checksums
- sanitycheck Basic sanity check of APKBUILD
- verify Verify checksums
- unpack Unpack sources to \$srcdir
- prepare Apply patches
- build Compile and install package into \$pkgdir
listpkg List target packages
package Create package in \$PKGDEST
+ prepare Apply patches
rootpkg Run 'package', the split functions and create apks as fakeroot
- clean Remove temp build and install dirs
- cleanoldpkg Remove binary packages except current version
- cleanpkg Remove already built binary and source package
- cleancache Remove downloaded files from \$SRCDEST
- srcpkg Make a source package
+ sanitycheck Basic sanity check of APKBUILD
+ snapshot Create a \$giturl or \$svnurl snapshot and upload to \$disturl
sourcecheck Check if remote source package exists upstream
- up2date Compare target and sources dates
- deps Install packages listed in makedepends and depends
+ srcpkg Make a source package
undeps Uninstall packages listed in makedepends and depends
- snapshot Create a \$giturl or \$svnurl snapshot and upload to \$disturl
+ unpack Unpack sources to \$srcdir
+ up2date Compare target and sources dates
+ verify Verify checksums
EOF
exit 0