Alpine packages build scripts
Go to file
2018-03-01 17:03:24 +00:00
.githooks
.github
.travis
community community/xcb-util-xrm: take maintainership 2018-03-01 16:52:34 +00:00
main main/perl-dbd-sqlite: upgrade to 1.56 2018-03-01 08:20:32 +00:00
non-free non-free/unifi: upgrade to 5.7.19 2018-02-27 21:13:29 +00:00
scripts
testing testing/py3-lit: fix source url 2018-03-01 17:03:24 +00:00
unmaintained unmaintained/epiphany: move from testing 2018-03-01 16:54:06 +00:00
.editorconfig
.gitignore
.mailmap
.travis.yml
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).

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