Skip to content
Snippets Groups Projects
Forked from alpine / aports
148772 commits behind the upstream repository.
Rasmus Thomsen's avatar
Rasmus Thomsen authored
Also disable full bootstrapping. Since we always bootstrap from $pkgver minus one
we don't need it and it increases buildtime considerably.

Also keep in mind that we have to add new arches in multiple steps:
    1. Compile with the upstream triplets, compiling alpine's triplets in
    2. Compile again, now with our triplets selected as build/target, now that
       rustc knows about them

This means that the produced compilers MUST ONLY be used to bootstrap the actual
compilers with our triplets, DO NOT use these to compile packages! Since x86_64
still uses the usual triplets it's fine to upgrade/add packages for that arch
though, please DO NOT do this for armhf,armv7,aarch64,ppc64le or x86 though!
69851bda
History

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 GitHub (via Travis and Drone.io).

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 pull request on GitHub.

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