Alpine packages build scripts
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Andy Postnikov 442027c8d6 testing/php83: disable test on ppc64le 10 hours ago
.githooks
.github
.gitlab
community community/linux-tools: upgrade to 6.3.6 12 hours ago
main main/lua-uuid: upgrade to 0.3 15 hours ago
scripts scripts/bootstrap.sh: fixup bootstrap deps 3 weeks ago
testing testing/php83: disable test on ppc64le 10 hours ago
unmaintained unmaintained/*: change contributor's name 6 days ago
.editorconfig
.gitattributes
.gitignore
.gitlab-ci.yml
.mailmap
CODINGSTYLE.md
COMMITSTYLE.md
README.md README: update terminators 1 day ago

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 merge request on GitLab, or to submit a git patch on the Alpine aports mailing list (~alpine/aports@lists.alpinelinux.org). (note: this mailing list is presently not functional)

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