1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 03:35:38 +03:00
Alpine packages build scripts
Find a file
2019-04-22 10:48:48 +00:00
.githooks githooks: fix pre-commit hook to allow empty source 2019-01-09 15:35:43 +00:00
.github Create remote-config-example.md 2019-03-07 21:40:10 +00:00
.travis Fix a small typo in build-pkgs 2019-03-22 21:59:42 +02:00
community community/wireshark: upgrade to 2.6.8 2019-04-22 11:32:17 +02:00
main main/libtool: remove static library form package 2019-04-22 10:34:41 +00:00
non-free non-free/php7-pecl-mongodb: add check() 2019-04-18 19:42:48 +03:00
scripts scripts: add rpi2 kernel to armhf release 2019-04-03 07:20:20 +00:00
testing testing/font-iosevka-nerd: new aport 2019-04-22 10:48:48 +00:00
unmaintained testing/py-weasyprint: move to unmaintained 2019-04-17 11:45:58 +00:00
.drone.yml drone: disable cloning 2019-04-07 09:48:55 +00:00
.editorconfig
.gitignore gitignore: ignore VS Code directories 2018-01-27 13:51:18 +00:00
.mailmap mailmap: add entries for Lucas Ramage 2019-03-13 17:27:05 +00:00
.travis.yml travis: use minimal travis image to speed-up start 2018-09-29 00:02:09 +02:00
README.md Add note about Drone.io in README.md 2019-03-19 09:58:53 +00: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 and Drone.io).

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