1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00
Alpine packages build scripts
Find a file
2019-08-06 07:07:33 -03:00
.githooks
.github stale: fix comment newlines 2019-06-08 04:50:46 +00:00
.travis
community community/gsoap: upgrade to 2.8.89 2019-08-06 07:06:14 -03:00
main main/musl: security fix in i386 math asm 2019-08-06 09:59:55 +00:00
non-free non-free/mongodb-tools: enable aarch64 support 2019-07-31 04:47:29 -03:00
scripts scripts/mkimg.arm.sh: fix inclusion of u-boot-pine64 2019-06-19 09:34:26 +00:00
testing testing/mdevd: use supervise-daemon for running mdevd 2019-08-06 07:07:33 -03:00
unmaintained testing/sbcl: upgrade to 1.5.4, adopt 2019-07-25 10:57:33 -03:00
.drone.yml drone: disable cloning 2019-04-07 09:48:55 +00:00
.editorconfig
.gitignore
.mailmap mailmap: entry for my new mail 2019-06-05 20:24:50 +00:00
.travis.yml
CODINGSTYLE.md CODINGSTYLE.md: use 'than' rather than 'then' 2019-07-26 15:21:07 +00: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 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 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