1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00
Alpine packages build scripts
Find a file
2022-08-09 12:28:42 +00:00
.githooks
.github
.travis
community community/wireguard-lts: rebuild against kernel 5.4.143-r0 2021-08-31 14:51:53 +02:00
main main/zlib: backport fix for bug in cve fix 2022-08-09 12:28:42 +00:00
non-free
scripts
testing
unmaintained
.drone.yml
.editorconfig
.gitignore
.gitlab-ci.yml ci: don't copy packages and keys 2021-05-12 10:51:38 +00:00
.mailmap
.travis.yml
CODINGSTYLE.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) and 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 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