1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-18 16:55:13 +03:00
Alpine packages build scripts
Find a file
Noel Kuntze c65f254caa testing/kopano-webapp-spellchecker-languagepack-de-de: fix the ...
custom unpack code to also extract into a new directory for other
archive types other than tar.gz
And also fix the source URL.
2021-08-07 01:18:35 +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 aports-qa-bot: #alpine-devel is on oftc now 2021-05-22 12:46:13 +00:00
community community/php8-pecl-apcu: bump for php 8.1 patches and BC 2021-08-06 23:45:07 +00:00
main main/npm: upgrade to 7.20.5 2021-08-06 22:58:55 +00:00
non-free non-free/vlmcsd: fix vlmcsd-openrc 2021-07-26 05:10:49 +00:00
scripts scripts/mkimg.base.sh: fix typo 2021-08-05 15:01:41 +00:00
testing testing/kopano-webapp-spellchecker-languagepack-de-de: fix the ... 2021-08-07 01:18:35 +00:00
unmaintained community/qt5-qtwebkit: move to unmaintained (#12888) 2021-08-03 15:06:44 -06:00
.drone.yml drone: disable cloning 2019-04-07 09:48:55 +00:00
.editorconfig
.gitignore gitignore: ignore VS Code directories 2018-01-27 13:51:18 +00:00
.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 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 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