Skip to content
/ aports Public

My Alpine Linux aports that are not in official repository yet or don’t adhere to Alpine polices

Notifications You must be signed in to change notification settings

kiurchv/aports

Repository files navigation

My aports

Build Status

This repository contains aports that are not merged in the official Alpine Linux repository yet or don’t adhere to Alpine polices. Packages are automatically built on GitHub Actions for x86_64 and aarch64 architectures and published on https://kiurchv.xyz/aports via GitHub Pages.

The main branch targets Alpine Linux v3.21. Aports for older Alpine release branches are in the same named branches in this repository, e.g. v3.15. Alpine Edge (aka unstable, development branch) is not supported.

Repositories

Backports

Aports from the official Alpine repositories backported from edge to v3.21.

User

My aports that are not available in the official Alpine repository.

Non-free

Aports of non free or proprietary software.

How to use

  1. Add security key of this repository to your /etc/apk/keys:

    cd /etc/apk/keys
    wget https://raw.githubusercontent.com/kiurchv/aports/main/.keys/[email protected]
  2. Add repositories that you want to use (see above) to /etc/apk/repositories.

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

Acknowledgements

License

This readme, abuilds and support scripts are licensed under MIT License.

About

My Alpine Linux aports that are not in official repository yet or don’t adhere to Alpine polices

Topics

Resources

Stars

Watchers

Forks