Alpine packages build scripts
Go to file
Pedro Filipe a542792202 testing/proftpd: disable wtmp
musl only ships stubs fo wtmp so there is no reason to build proftp with
wtmp support.
2018-04-17 10:54:44 +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 testing/dep: move to community 2018-04-16 21:07:07 +00:00
main main/lua-lustache: modernize abuild, remove subpkgs, add rock_manifest 2018-04-16 21:20:06 +02:00
non-free non-free/unifi: upgrade to 5.7.20, update source 2018-03-21 09:51:03 +00:00
scripts scripts/bootstrap.sh: Build lzip (required by abuild) 2018-03-31 15:47:55 +02:00
testing testing/proftpd: disable wtmp 2018-04-17 10:54:44 +00:00
unmaintained testing/usbip-utils: move to testing, upgrade to 4.16 2018-04-10 11:50:19 +00:00
.editorconfig
.gitignore gitignore: ignore VS Code directories 2018-01-27 13:51:18 +00:00
.mailmap
.travis.yml travis: change dist back to "trusty" 2018-03-31 15:22:27 +02:00
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