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
Jakub Jirutka ec1d62b2f0 testing/shards: fix patch
I should really go sleep, I don't even know how it could have happened.
2018-03-28 02:30:16 +02:00
.githooks githooks: add check for file size into pre-commit hook 2017-12-31 01:09:51 +01:00
.github fix typo in github CONTRIBUTING document 2018-01-10 07:41:11 +00:00
.travis Revert "travis: require check when not explicitly disabled" 2017-12-15 15:39:36 +01:00
community community/aqbanking: upgrade to 5.7.8 2018-03-27 19:01:11 +02:00
main main/tzdata: add patch to fix implicit declaration compiler warnings 2018-03-27 19:19:02 +02:00
non-free non-free/unifi: upgrade to 5.7.20, update source 2018-03-21 09:51:03 +00:00
scripts scripts/mkimage.sh: allow --repository multiple times 2018-03-16 07:55:21 +00:00
testing testing/shards: fix patch 2018-03-28 02:30:16 +02:00
unmaintained unmaintained/dspam: move from testing 2018-03-26 10:32:35 +00:00
.editorconfig
.gitignore gitignore: ignore VS Code directories 2018-01-27 13:51:18 +00:00
.mailmap
.travis.yml travis: explicitly set dist 2017-07-19 22:11:33 +02:00
README.md readme: add information about .githooks 2017-10-14 22:07:36 +02: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 GitHub (via Travis).

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 pull request on GitHub.

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