Alpine packages build scripts
Go to file
Marian Buschsieweke a431beac21 community/newlib: add missing nano.specs and syscalls for msp430-elf
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.
2023-05-10 01:54:53 +00:00
.githooks
.github
.gitlab
community community/newlib: add missing nano.specs and syscalls for msp430-elf 2023-05-10 01:54:53 +00:00
main main/hunspell-en: support apostrophes 2023-05-10 03:53:18 +02:00
scripts main/mkinitfs: use tiny-cloud-alpine instead of nocloud 2023-05-08 22:57:23 +02:00
testing testing/signal-desktop: upgrade to 6.17.0 2023-05-10 03:41:38 +02:00
unmaintained unmaintained/java-jansi-native: move from community 2023-05-09 01:19:43 +02:00
.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