1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 02:35:23 +03:00
Alpine packages build scripts
Find a file
2019-10-23 03:31:20 -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/py3-impacket: upgrade to 0.9.20 2019-10-23 01:01:07 -03:00
main main/ncurses: upgrade to 6.1_p20191019 2019-10-23 04:45:43 +00:00
non-free non-free/adobe-flashplayer: update to 32.0.0.255 2019-10-04 13:32:23 +03:00
scripts scripts/genrootfs.sh: fix permissions of / in minirootfs 2019-10-17 14:44:26 +00:00
testing testing/bobcat: remove libressl patches 2019-10-23 03:31:20 -03:00
unmaintained unmaintained/lizardfs: move from testing 2019-10-23 02:38:25 -03:00
.drone.yml drone: disable cloning 2019-04-07 09:48:55 +00:00
.editorconfig protect tabs in APKBUILD files 2016-02-10 10:20:52 +00:00
.gitignore gitignore: ignore VS Code directories 2018-01-27 13:51:18 +00:00
.gitlab-ci.yml Revert "gitlab-ci: remove git fetch before_script" 2019-10-19 13:09:05 +00:00
.mailmap main/{busybox,linux-firmware}: update my e-mail address 2019-08-24 05:49:47 +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