APKBUILD examples: Difference between revisions
m (Reverted edits by RuthHughes (talk) to last revision by Fab) |
WhyNotHugo (talk | contribs) (→Application specific examples: Link to new rust example page) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 18: | Line 18: | ||
== Application specific examples == | == Application specific examples == | ||
* [[APKBUILD_examples:ACF|ACF]] | * [[APKBUILD_examples:ACF|ACF]] | ||
* [[APKBUILD_examples:Chicken Scheme|Chicken Scheme]] | |||
* [[APKBUILD_examples:Go|Go]] | |||
* [[APKBUILD_examples:Haskell|Haskell]] | |||
* [[APKBUILD_examples:JavaScript|JavaScript]] | |||
* [[APKBUILD_examples:Lua|Lua]] | |||
* [[APKBUILD_examples:Neovim|Neovim]] | |||
* [[APKBUILD_examples:OCaml|OCaml]] | |||
* [[APKBUILD_examples:Perl|Perl]] | * [[APKBUILD_examples:Perl|Perl]] | ||
* [[APKBUILD_examples:Php|Php]] | * [[APKBUILD_examples:Php|Php]] | ||
* [[APKBUILD_examples:Python|Python]] | * [[APKBUILD_examples:Python|Python]] | ||
* [[APKBUILD_examples:Ruby|Ruby]] | * [[APKBUILD_examples:Ruby|Ruby]] | ||
* [[APKBUILD_examples: | * [[APKBUILD_examples:Rust|Rust]] | ||
[[Category:Development]] | [[Category:Development]] |
Latest revision as of 08:56, 28 August 2025
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.