Alpine packages build scripts
Go to file
Natanael Copa 06bc6b1664 main/gummiboot: disable aarch64
never got it working and we got grub working
2018-05-11 18:28:39 +00:00
.githooks githooks: add check for file size into pre-commit hook 2017-12-31 01:09:51 +01:00
.github Github: auto close stale PRs 2018-05-06 10:39:11 +00:00
.travis Revert "travis: require check when not explicitly disabled" 2017-12-15 15:39:36 +01:00
community community/jenkins: upgrade to 2.107.3 2018-05-10 11:58:54 +00:00
main main/gummiboot: disable aarch64 2018-05-11 18:28:39 +00:00
non-free non-free/unifi: upgrade to 5.7.23 2018-04-17 21:29:03 +00:00
scripts scripts/mkimg: use -rational-rock to avoid uid pollution 2018-04-17 21:09:25 +00:00
testing testing/go-gdm: move to community 2018-05-09 08:31:27 +00:00
unmaintained unmaintained/liboil: move from main 2018-04-20 12:07:38 +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
.mailmap
.travis.yml Revert "travis: fix clone depth" 2018-04-22 16:26:37 +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