https://github.com/jesec/bazel-alpine
Bazel for Alpine Linux (musl libc)
https://github.com/jesec/bazel-alpine
Last synced: over 1 year ago
JSON representation
Bazel for Alpine Linux (musl libc)
- Host: GitHub
- URL: https://github.com/jesec/bazel-alpine
- Owner: jesec
- Created: 2021-06-24T05:39:29.000Z (about 5 years ago)
- Default Branch: pr/bazel4
- Last Pushed: 2021-06-24T14:22:43.000Z (about 5 years ago)
- Last Synced: 2024-10-05T13:22:08.628Z (over 1 year ago)
- Language: Shell
- Homepage: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/22578
- Size: 190 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
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](https://wiki.alpinelinux.org/wiki/Alpine_Linux:Contribute)
and feel free to either submit a git patch on the Alpine aports
mailing list (), or to submit a
merge request on [GitLab](https://gitlab.alpinelinux.org/alpine/aports).
Git Hooks
---------
You can find some useful git hooks in the `.githooks` directory.
To use them, run the following command after cloning this repository:
```sh
git config --local core.hooksPath .githooks
```