Alpine packages build scripts
Go to file
Roberto Oliveira ef39d3f74f testing/n30f: modernize and add basic check
Add basic check as upstream doesn't provide a test suite.
2017-12-29 13:11:43 +00:00
.githooks githooks: fix checksum comparison in pre-commit hook 2017-12-29 00:54:50 +01:00
.github github: cleanup typos in CONTRIBUTING.md 2017-04-09 18:27:17 +02:00
.travis Revert "travis: require check when not explicitly disabled" 2017-12-15 15:39:36 +01:00
community community/lua-toml: enable tests with luajit on ppc64le 2017-12-29 13:39:45 +01:00
main main/lua-lyaml: trigger rebuild 2017-12-29 12:37:02 +01:00
non-free non-free/unifi: upgrade to 5.6.26 2017-12-08 07:16:42 +00:00
scripts scripts/mkimg.arm: update rpi firmware 2017-11-21 08:37:28 +02:00
testing testing/n30f: modernize and add basic check 2017-12-29 13:11:43 +00:00
unmaintained unmaintained/dovecot-antispam-plugin: move from testing 2017-12-27 15:33:15 +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