MIRROR: Alpine packages build scripts
Find a file
2022-03-21 19:40:06 +00:00
.githooks githooks: fix pre-commit hook to allow empty source 2019-01-09 15:35:43 +00:00
.github Github: auto close stale PRs 2018-05-06 10:39:11 +00:00
.travis travis: use dl-cdn.alpinelinux.org as apk mirror 2018-10-31 10:53:12 +00:00
community community/openjdk8: security upgrade to 3.17.1 (8.275.01) 2021-02-15 21:59:35 +02:00
main main/xen: normalize secfixes 2022-03-21 19:40:06 +00:00
non-free non-free/unifi: Upgrade to 5.9.29 2019-01-16 20:11:03 +00:00
scripts scripts: add back rpi kernel to armhf 2019-05-06 07:50:13 +00:00
testing testing/wireguard-virt: rebuild against kernel 4.19.118-r0 2020-04-23 13:09:06 +02:00
unmaintained unmaintained/llvm4: move from community 2019-01-02 13:02:13 +00:00
.drone.yml drone: x86 set correct personality 2019-03-02 23:25:18 +00:00
.editorconfig protect tabs in APKBUILD files 2016-02-10 10:20:52 +00:00
.gitignore gitignore: ignore VS Code directories 2018-01-27 13:51:18 +00:00
.gitlab-ci.yml gitlab-ci: update to latest changes 2019-10-20 15:41:14 +00:00
.mailmap mailmap: add ops@ikke.info 2018-09-21 06:02:29 +00:00
.travis.yml travis: use minimal travis image to speed-up start 2018-09-29 00:02:09 +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