APKBUILD examples: Difference between revisions

From Alpine Linux
(Created page with "The following APKBUILD examples will assist you in understanding how to create an APKBUILD and provide snippets to use in your own APKBUILD files. Often there are multiple possib...")
 
No edit summary
Line 1: Line 1:
The following APKBUILD examples will assist you in understanding how to create an APKBUILD and provide snippets to use in your own APKBUILD files. Often there are multiple possible solutions for a problem available. If you align your way to solve an issue with an existing solution, make the AKPBUILD files more legible for others and reduce the chance to implement a misbehaviour.
The following APKBUILD examples will assist you in understanding how to create an APKBUILD and provide snippets to use in your own APKBUILD files. Often there are multiple possible solutions for a problem available. If you align your way to solve an issue with an existing solution, make the AKPBUILD files more legible for others and reduce the chance to implement a misbehaviour.
== Simple APKBUILD ==
* [[APKBUILD_examples:Simple|Simple APKBUILD example]]
== Subpackages ==
* [[APKBUILD examples:Subpackages|Subpackages]]
* [[APKBUILD_examples:Multiple_Subpackages|Multiple Subpackages]]

Revision as of 07:07, 24 June 2011

The following APKBUILD examples will assist you in understanding how to create an APKBUILD and provide snippets to use in your own APKBUILD files. Often there are multiple possible solutions for a problem available. If you align your way to solve an issue with an existing solution, make the AKPBUILD files more legible for others and reduce the chance to implement a misbehaviour.

Simple APKBUILD

Subpackages