1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00
Alpine packages build scripts
Find a file
Ben Weiss 8f777ba9a6 testing/softether: new aport
https://www.softether.org
SoftEther VPN client and server
2022-02-16 20:45:04 +00:00
.githooks
.github
.gitlab
community community/*: remove explicit " || return 1" 2022-02-16 21:15:15 +01:00
main main/open-iscsi: upgrade to 2.1.6 2022-02-16 08:55:34 +00:00
non-free
scripts scripts/mkimg.standard.sh: remove duplicate doas 2022-02-14 13:00:39 +00:00
testing testing/softether: new aport 2022-02-16 20:45:04 +00:00
unmaintained unmaintained/llvm10: move from main 2022-02-12 19:07:48 +01:00
.drone.yml
.editorconfig
.gitignore
.gitlab-ci.yml
.mailmap
CODINGSTYLE.md
COMMITSTYLE.md
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 GitLab (via GitLab CI).

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 merge request on GitLab.

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