APKBUILD examples: Difference between revisions
Clandmeter (talk | contribs) |
|||
(One intermediate revision by one other user not shown) | |||
Line 19: | 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 28: | Line 29: | ||
* [[APKBUILD_examples:Haskell|Haskell]] | * [[APKBUILD_examples:Haskell|Haskell]] | ||
* [[APKBUILD_examples:Chicken Scheme|Chicken Scheme]] | * [[APKBUILD_examples:Chicken Scheme|Chicken Scheme]] | ||
* [[APKBUILD_examples:Neovim|Neovim]] | |||
[[Category:Development]] | [[Category:Development]] |
Latest revision as of 20:16, 16 September 2024
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.