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
2020-02-14 10:32:59 -03:00
.githooks
.github github: lockdown do not lock prs 2020-01-03 22:53:35 +00:00
.travis
community community/py3-coverage: upgrade to 5.0.3 2020-02-14 10:24:28 -03:00
main main/iscsi-scst: modernize 2020-02-14 10:00:36 -03:00
non-free Remove obsolete checksums from non-free 2020-01-30 20:14:53 +00:00
scripts scripts/bootstrap.sh: clean up cross-build extra dependency handling 2020-02-08 14:00:02 +02:00
testing testing/py3-django-timezone-field: upgrade to 4.0 2020-02-14 10:32:59 -03:00
unmaintained unmaintained/lbzip2: move from testing 2020-02-12 17:11:41 -03:00
.drone.yml
.editorconfig
.gitignore
.gitlab-ci.yml ci: enable shallow cloning/fetching 2020-02-10 17:01:17 +01:00
.mailmap
.travis.yml
CODINGSTYLE.md
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