1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
Alpine packages build scripts
Find a file
2019-07-29 01:16:44 -03:00
.githooks githooks: fix pre-commit hook to allow empty source 2019-01-09 15:35:43 +00:00
.github stale: fix comment newlines 2019-06-08 04:50:46 +00:00
.travis Fix a small typo in build-pkgs 2019-03-22 21:59:42 +02:00
community community/py-hypothesis: upgrade to 4.32.0 2019-07-29 00:25:45 -03:00
main main/libgcrypt: fix CVE-2019-12904 2019-07-28 15:27:27 +00:00
non-free non-free/adobe-flashplayer: upgrade to 32.0.0.207 2019-07-28 16:33:45 +03:00
scripts scripts/mkimg.arm.sh: fix inclusion of u-boot-pine64 2019-06-19 09:34:26 +00:00
testing testing/gnome-control-center: fix pkgconfig path 2019-07-29 01:16:44 -03:00
unmaintained testing/sbcl: upgrade to 1.5.4, adopt 2019-07-25 10:57:33 -03:00
.drone.yml drone: disable cloning 2019-04-07 09:48:55 +00:00
.editorconfig
.gitignore
.mailmap mailmap: entry for my new mail 2019-06-05 20:24:50 +00:00
.travis.yml travis: use minimal travis image to speed-up start 2018-09-29 00:02:09 +02:00
CODINGSTYLE.md CODINGSTYLE.md: use 'than' rather than 'then' 2019-07-26 15:21:07 +00: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