MIRROR: Alpine packages build scripts
Find a file
2022-01-27 19:49:25 +00:00
.githooks
.github
.gitlab
community community/mpv: add sndio output support (ported from an openbsd patch) 2022-01-27 19:49:25 +00:00
main main/alpine-base: point bug-tracker to gitlab.a.o 2022-01-27 15:00:06 +00:00
non-free non-free/unrar: upgrade to 6.1.4 2022-01-25 01:08:00 +00:00
scripts main/raspberrypi-bootloader: split common bootcode.bin 2022-01-18 15:08:01 +00:00
testing testing/9base: fix troff directory 2022-01-27 18:52:19 +00:00
unmaintained unmaintained/flit: remove 2022-01-12 11:45:17 +00:00
.drone.yml
.editorconfig
.gitignore
.gitlab-ci.yml ci: allow redundant jobs to be interrupted 2021-12-27 19:18:33 +00:00
.mailmap mailmap: add myself 2021-11-17 15:17:35 +02:00
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