1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
Alpine packages build scripts
Find a file
2020-04-08 20:03:22 +00:00
.githooks
.github github: lockdown do not lock prs 2020-01-03 22:53:35 +00:00
.travis
community community/minizip: move from main 2020-04-08 19:24:26 +00:00
main community/minizip: move from main 2020-04-08 19:24:26 +00:00
non-free non-free/vlmcsd: upgrade to 1113 2020-04-03 10:24:54 +02:00
scripts scripts/bootstrap.sh: clean up cross-build extra dependency handling 2020-02-08 14:00:02 +02:00
testing testing/akonadi-import-wizard: disable on mips 2020-04-08 20:03:22 +00:00
unmaintained unmaintained/paxctl: move from main 2020-04-08 15:03:28 +00:00
.drone.yml
.editorconfig
.gitignore
.gitlab-ci.yml ci: use clone instead of fetch 2020-02-15 10:41:53 +00:00
.mailmap mailmap/email: change my email-address 2020-03-23 09:51:53 +00:00
.travis.yml
CODINGSTYLE.md CODINGSTYLE.md: Expand and rewrite largely 2020-02-29 08:21:27 -03:00
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) 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