1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
Alpine packages build scripts
Find a file
2021-05-30 18:56:03 +02:00
.githooks
.github
.gitlab aports-qa-bot: #alpine-devel is on oftc now 2021-05-22 12:46:13 +00:00
community community/opendmarc: move from testing 2021-05-30 18:56:03 +02:00
main main/ruby-bundler: upgrade to 2.2.18 2021-05-30 16:49:37 +02:00
non-free non-free/mspdebugstack: new aport 2021-03-19 21:55:16 +00:00
scripts bootstrap: use libretls dependency instead of libtls-standalone 2021-05-06 21:52:04 +00:00
testing community/opendmarc: move from testing 2021-05-30 18:56:03 +02:00
unmaintained unmaintained/pdnsd: move from main 2021-05-20 01:31:59 -03:00
.drone.yml
.editorconfig
.gitignore
.gitlab-ci.yml ci: include armhf 2021-05-09 15:55:39 +00:00
.mailmap mailmap: add my previous name and emails 2021-05-05 18:35:50 +00:00
CODINGSTYLE.md
COMMITSTYLE.md COMMITSTYLE.md: fix styling 2021-01-04 12:26:28 +01:00
README.md README.md: Remove references to Drone and Travis 2021-01-16 00:30:10 +00:00

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