|
|
(2 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| To build a package, <code>abuild</code> is used. Besides the package building functionality, options for other package maintenance tasks are also provided.
| | #REDIRECT [[Abuild_and_Helpers]] |
| | |
| If you just want to build a package from an [[APKBUILD Reference|APKBUILD]] file, only two command are needed.
| |
| | |
| First cd into the package directory (the directory with the APKBUILD file). Then run:
| |
| | |
| {{Cmd|abuild checksum && abuild -r}}
| |
| | |
| To use the command above, you have to be in the <code>abuild</code> group.
| |
| Also, if you haven't already, you will need to [[Abuild_and_Helpers#Setting_up_the_build_environment|setup your abuild environment]].
| |
| | |
| The [https://git.alpinelinux.org/abuild/tree/abuild.1.scd manual page] (available via <code>man abuild</code>) describes all options and commands for <code>abuild</code>.
| |
| | |
| ==== See also ====
| |
| * [[Abuild and Helpers]]
| |
| | |
| [[category: Package Manager]]
| |
| [[Category:Development]]
| |