APKBUILD examples: Difference between revisions
m (Reverted edits by RuthHughes (talk) to last revision by Fab) |
Clandmeter (talk | contribs) |
||
Line 24: | Line 24: | ||
* [[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]] |
Revision as of 23:10, 15 November 2016
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.