1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
Alpine packages build scripts
Find a file
2021-09-16 07:40:55 +00:00
.githooks
.github
.gitlab aports-qa-bot: #alpine-devel is on oftc now 2021-05-22 12:46:13 +00:00
community community/seatd: upgrade to 0.6.2 2021-09-16 07:16:31 +00:00
main main/fftw: upgrade to 3.3.10 2021-09-16 05:31:12 +00:00
non-free community/postgresql-timescaledb: move from testing 2021-09-15 22:56:34 +02:00
scripts Use SOURCE_DATE_EPOCH for raspi images 2021-08-19 21:47:35 +00:00
testing testing/dfu-util: upgrade to 0.11 2021-09-16 07:40:55 +00:00
unmaintained unmaintained/tg: move to unmaintained 2021-09-14 12:44:20 +00:00
.drone.yml
.editorconfig
.gitignore
.gitlab-ci.yml ci: include armhf 2021-05-09 15:55:39 +00:00
.mailmap
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