We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Added|Changed(Build-environment|Building-packages|Coding-guidelines|Creating-new-package|For-maintainers): Add and refactor docs and update format to new Termux site design - Improve docker container usage info. - Improve building packages info. - Add missing command options and variables used by `build-package.sh`. The variables info has also been moved from `Build-environment` page to `Building-packages`. - Add headings for command options of `build-package.sh`. - Make docs compatible with multiple package managers. - Add missing build variables info used by `build-package.sh`. - Add docs to build packages from local sources. (Added in https://github.com/termux/termux-packages/pull/18872)
feat: document packaging Haskell packages Signed-off-by: Aditya Alok <[email protected]>
fix(building-packages.md): typo Signed-off-by: Aditya Alok <[email protected]>
Updated Building packages (markdown)
Update list of subfunctions and build order
Add info about -c ("continue") argument
Explain how to build from local git repository
Fix variable formatting
Update wiki with information about termux_step_get_source and subfunctions
Add documentation for termux_step_install_service_scripts
initial commit