Include:Abuild: Difference between revisions

From Alpine Linux
(Created page with " == Package build helpers == === abuild-keygen === === abuild-sign === === abuild-tar === === abuild === === abump === == APKBUILD generation == === newapkbuild === {{:Ne...")
 
(added back content and removed redirect to this Include page so this can be transcluded)
Tag: Removed redirect
 
(37 intermediate revisions by 14 users not shown)
Line 1: Line 1:
If you just want to build a package from an [[APKBUILD Reference|APKBUILD]] file, only  two command are needed. Both commands operate on an APKBUILD file in the current directory, so you should <code>cd</code> into the directory before running them.


* <code>abuild checksum</code>: updates the checksums for source files.
* <code>abuild -r</code>: builds the package.


== Package build helpers ==
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>.
 
=== abuild-keygen ===
 
=== abuild-sign ===
 
=== abuild-tar ===
 
=== abuild ===
 
=== abump ===
 
== APKBUILD generation ==
 
=== newapkbuild ===
{{:Newapkbuild}}
 
=== apkbuild-cpan ===
 
=== apkbuild-pypi ===
 
 
 
 
=== apkgrel ===
 
=== buildlab ===
More details can be found at the [[Buildlab|buildlab]] page.
 
 
=== buildrepo ===
 
== Misc tools ==
 
=== cmp-apks-iso ===
 
=== devbuild ===
 
=== initramfs-init ===

Latest revision as of 16:55, 13 March 2025

If you just want to build a package from an APKBUILD file, only two command are needed. Both commands operate on an APKBUILD file in the current directory, so you should cd into the directory before running them.

  • abuild checksum: updates the checksums for source files.
  • abuild -r: builds the package.

The manual page (available via man abuild) describes all options and commands for abuild.