Alpine packages build scripts
Go to file
Leonardo Arena f21cbd7eaa community/firefox-esr: security upgrade to 52.6.0
CVE-2018-5089 CVE-2018-5091 CVE-2018-5095 CVE-2018-5096
CVE-2018-5097 CVE-2018-5098 CVE-2018-5099 CVE-2018-5102
CVE-2018-5103 CVE-2018-5104 CVE-2018-5117
2018-01-25 13:25:48 +00:00
.githooks githooks: add check for file size into pre-commit hook 2017-12-31 01:09:51 +01:00
.github fix typo in github CONTRIBUTING document 2018-01-10 07:41:11 +00:00
.travis Revert "travis: require check when not explicitly disabled" 2017-12-15 15:39:36 +01:00
community community/firefox-esr: security upgrade to 52.6.0 2018-01-25 13:25:48 +00:00
main main/git: upgrade to 2.16.1 2018-01-25 10:17:45 +01:00
non-free non-free/intel-ucode: upgrade to 20180108 2018-01-11 01:27:53 +01:00
scripts scripts: fix -vanilla suffix in bootloaders configs 2018-01-19 02:04:52 +00:00
testing testing/kops: new package 2018-01-25 13:17:23 +02:00
unmaintained [various]: unify names of licenses according to SPDX 2017-12-30 21:05:50 +01:00
.editorconfig
.gitignore gitignore: fix to not ignore directories named "core" 2017-12-01 17:35:04 +01:00
.mailmap
.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