Alpine packages build scripts
Go to file
2017-10-14 22:07:36 +02:00
.githooks git: add hook prepare-commit-msg 2017-10-14 21:52:15 +02:00
.github github: cleanup typos in CONTRIBUTING.md 2017-04-09 18:27:17 +02:00
.travis travis: add apk key of Alpine's ppc64le builder 2017-10-04 01:12:00 +02:00
community community/youtube-dl: upgrade to 2017.10.12 2017-10-14 15:16:41 +03:00
main main/qemu: disable check, some tests does not work on our builders 2017-10-14 01:39:09 +02:00
non-free non-free/chromium-widevine: new aport 2017-09-29 10:19:02 +02:00
scripts scripts/bootstrap.sh: add util-linux dependency 2017-08-24 21:30:44 +03:00
testing testing/jenkins: upgrade to 2.73.2 2017-10-14 14:12:07 +00:00
unmaintained testing/openssh-askpass: move from unmaintained 2017-10-08 14:10:14 +02:00
.editorconfig protect tabs in APKBUILD files 2016-02-10 10:20:52 +00:00
.gitignore gitignore: add *.tar files 2014-01-26 13:33:50 +01:00
.mailmap .mailmap: coalesce entries in git shortlog 2013-04-18 06:15:17 +00:00
.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