MIRROR: Alpine packages build scripts
Find a file
2024-01-17 15:29:22 +01: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
.travis Fix a small typo in build-pkgs 2019-03-22 21:59:42 +02:00
community community/py3-zabbix: upgrade to 0.5.6 2024-01-17 15:29:22 +01:00
main main/fcgiwrap: backport support for NO_BUFFERING 2023-11-16 00:56:46 +00:00
non-free non-free/urbanterror: new aport 2020-05-21 08:54:24 +00:00
scripts scripts/bootstrap.sh: build patch before build-essentials to meet dependencies 2022-08-29 08:12:01 +02:00
testing community/sbcl: move from testing 2022-02-18 15:16:46 +00:00
unmaintained unmaintained/tcllib: move from community 2020-05-25 05:54:37 +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:34:04 +00:00
.mailmap mailmap/email: change my email-address 2020-03-23 09:51:53 +00:00
.travis.yml travis: use minimal travis image to speed-up start 2018-09-29 00:02:09 +02:00
CODINGSTYLE.md CODINGSTYLE.md: Expand and rewrite largely 2020-02-29 08:21:27 -03: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