MIRROR: Alpine packages build scripts
Find a file
Natanael Copa 1d183746af main/fcgiwrap: backport support for NO_BUFFERING
upstream: https://github.com/gnosek/fcgiwrap/issues/36
(cherry picked from commit 955c2f7f33)
(cherry picked from commit 765e5cb605)
(cherry picked from commit 57963978da)
2023-11-16 00:55:33 +00:00
.githooks githooks: fix pre-commit hook to allow empty source 2019-01-09 15:35:43 +00:00
.github github: lockdown do not lock prs 2020-01-03 22:53:35 +00:00
.gitlab gitlab: add aports-qa-bot config 2020-11-29 09:45:07 +00:00
community community/python3-tkinter: upgrade to 3.8.15 2022-11-10 14:20:18 +01:00
main main/fcgiwrap: backport support for NO_BUFFERING 2023-11-16 00:55:33 +00:00
non-free non-free/*: update Maintainer and Contributor fields for clandmeter 2021-01-12 22:16:11 +00:00
scripts scripts/mkimg.standard.sh: add e2fsprogs to -extended 2021-01-05 23:03:52 +00:00
testing testing/hfsprogs: update source to non-404, remove superfluous builddir 2021-04-20 13:34:28 +00:00
unmaintained unmaintained/sipwise-sems: updated maintainers and/or contributor email 2021-01-13 07:22:18 +00:00
.drone.yml drone: disable cloning 2019-04-07 09:48:55 +00:00
.editorconfig protect tabs in APKBUILD files 2016-02-10 10:20:52 +00:00
.gitignore gitignore: ignore VS Code directories 2018-01-27 13:51:18 +00:00
.gitlab-ci.yml ci: don't run changed-aports ourselves 2022-04-19 09:33:41 +00:00
.mailmap mailmap: switch old and new address 2020-09-07 03:49:57 +00:00
CODINGSTYLE.md CODINGSTYLE.md: fix typo, string->strict 2020-11-13 15:22:45 -03:00
COMMITSTYLE.md COMMITSTYLE.md: fix styling 2021-01-04 12:26:28 +01:00
README.md Update README.md to reflect usage of GitLab 2019-11-20 10:38:28 +01: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) 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