APKBUILD examples: Difference between revisions

From Alpine Linux
 
(4 intermediate revisions by 3 users not shown)
Line 5: Line 5:
* [[APKBUILD_meta:Meta|Meta APKBUILD example]]
* [[APKBUILD_meta:Meta|Meta APKBUILD example]]
* [[APKBUILD_examples:Permissions|Fixing permissions in APKBUILD]]
* [[APKBUILD_examples:Permissions|Fixing permissions in APKBUILD]]
* [[APKBUILD_examples:Git_checkout|Git checkout APKBUILD]]


== Subpackages ==
== Subpackages ==
Line 18: Line 19:
== Application specific examples ==
== Application specific examples ==
* [[APKBUILD_examples:ACF|ACF]]
* [[APKBUILD_examples:ACF|ACF]]
* [[APKBUILD_examples:JavaScript|JavaScript]]
* [[APKBUILD_examples:Perl|Perl]]
* [[APKBUILD_examples:Perl|Perl]]
* [[APKBUILD_examples:Php|Php]]
* [[APKBUILD_examples:Php|Php]]
Line 23: Line 25:
* [[APKBUILD_examples:Ruby|Ruby]]
* [[APKBUILD_examples:Ruby|Ruby]]
* [[APKBUILD_examples:Lua|Lua]]
* [[APKBUILD_examples:Lua|Lua]]
* [[APKBUILD_examples:Go|Go]]
* [[APKBUILD_examples:OCaml|OCaml]]
* [[APKBUILD_examples:OCaml|OCaml]]
* [[APKBUILD_examples:Haskell|Haskell]]
* [[APKBUILD_examples:Haskell|Haskell]]

Latest revision as of 02:35, 3 March 2018

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

Special subpackages

Application specific examples