mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
Alpine packages build scripts
For MSP430 no nano.specs is installed for the MSP430 toolchain. Likely most MSP430 users only install the nano variant and don't build a full fledged version of newlib. To ease packaging, for consistency, and also in case some MSP430 users do want a full fledged newlib version, stick with providing both versions but also provide a simple nano.specs file to make using the nano variant possible. Additionally, syscalls where disabled for msp430. The resulted in the functions provided by the standard C lib such as puts() or printf() to be defunct, as the hooks integrating with an RTOS such as RIOT where never called. This patches newlib to also use syscalls with MSP430. |
||
---|---|---|
.githooks | ||
.github | ||
.gitlab | ||
community | ||
main | ||
scripts | ||
testing | ||
unmaintained | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.gitlab-ci.yml | ||
.mailmap | ||
CODINGSTYLE.md | ||
COMMITSTYLE.md | ||
README.md |
Alpine Linux aports repository
This repository contains the APKBUILD files for each and every Alpine Linux package, along with the required patches and scripts, if any.
It also contains some extra files and directories related to testing (and therefore, building) those packages on GitLab (via GitLab CI).
If you want to contribute, please read the contributor guide and feel free to either submit a git patch on the Alpine aports mailing list (~alpine/aports@lists.alpinelinux.org), or to submit a merge request on GitLab.
Git Hooks
You can find some useful git hooks in the .githooks
directory.
To use them, run the following command after cloning this repository:
git config --local core.hooksPath .githooks
Guidelines
- Coding style - Guidelines for writing APKBUILDs.
- Commit style - Guidelines for git commit messages.