2024-08-12 16:56:21 +00:00
|
|
|
|
# ayaports
|
2024-08-12 16:55:21 +00:00
|
|
|
|
Upstream: https://ayakael.net/forge/ayaports
|
2021-12-04 22:35:47 +00:00
|
|
|
|
|
2023-06-26 22:16:13 +00:00
|
|
|
|
## Description
|
2021-12-04 22:35:47 +00:00
|
|
|
|
|
2023-06-26 22:16:13 +00:00
|
|
|
|
This repository contains aports that are not yet merged in the official Alpine
|
|
|
|
|
Linux repository or don’t adhere to Alpine polices. Packages are automatically
|
2024-08-10 02:43:53 +00:00
|
|
|
|
built using CI. Once built, they are deployed to a git-lfs repository, making
|
|
|
|
|
them available to apk.
|
2023-06-26 22:16:13 +00:00
|
|
|
|
|
|
|
|
|
Branches are matched to Alpine releases.
|
|
|
|
|
|
|
|
|
|
## Repositories
|
|
|
|
|
|
2024-08-12 16:55:21 +00:00
|
|
|
|
You can browse all the repositories at https://codeberg.org/ayakael/ayaports
|
2023-06-26 22:16:13 +00:00
|
|
|
|
Affixed to each repository description is the appropriate link for use in
|
|
|
|
|
`/etc/apk/repositories`.
|
|
|
|
|
|
|
|
|
|
#### Backports
|
|
|
|
|
```
|
2024-08-12 16:53:29 +00:00
|
|
|
|
https://ayakael.net/api/packages/forge/alpine/edge/backports
|
2023-06-26 22:16:13 +00:00
|
|
|
|
```
|
|
|
|
|
|
2023-12-08 03:40:47 +00:00
|
|
|
|
Aports from the official Alpine repositories backported from edge.
|
2023-06-26 22:16:13 +00:00
|
|
|
|
|
|
|
|
|
#### User
|
|
|
|
|
```
|
2024-08-12 16:53:29 +00:00
|
|
|
|
https://ayakael.net/api/packages/forge/alpine/edge/user
|
2023-06-26 22:16:13 +00:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Aports that have yet to be (or may never be) upstreamed to the official
|
|
|
|
|
aports.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## How to use
|
2024-08-10 20:34:15 +00:00
|
|
|
|
Add security key of the apk repository to your /etc/apk/keys:
|
2023-06-26 22:16:13 +00:00
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
cd /etc/apk/keys
|
2024-08-12 16:53:29 +00:00
|
|
|
|
curl -JO https://ayakael.net/api/packages/forge/alpine/key
|
2023-06-26 22:16:13 +00:00
|
|
|
|
```
|
|
|
|
|
Add repositories that you want to use (see above) to `/etc/apk/repositories`.
|
|
|
|
|
|
|
|
|
|
## Support
|
|
|
|
|
Generally, only the latest branch is kept up-to-date. That said, if an aport
|
|
|
|
|
is broken on the latest release due to a dependency incompatibility, it will be
|
|
|
|
|
kept up-to-date on the release it last works on.
|
|
|
|
|
|
|
|
|
|
As these aports are built for my own application, I make no guarantees that
|
|
|
|
|
they will work for you.
|
|
|
|
|
|
|
|
|
|
## Contribution & bug reports
|
|
|
|
|
If you wish to contribute to this aports collection, or wish to report a bug,
|
2024-08-10 02:43:53 +00:00
|
|
|
|
you can do so on Codeberg here:
|
2024-08-12 16:55:21 +00:00
|
|
|
|
https://codeberg.org/ayakael/ayaports/issues
|
2023-06-26 22:16:13 +00:00
|
|
|
|
|
2024-08-10 02:43:53 +00:00
|
|
|
|
For packages that are in backports, bug reports and merge requests
|
2023-06-26 22:16:13 +00:00
|
|
|
|
should be done on Alpine's aports repo instance:
|
|
|
|
|
https://gitlab.alpinelinux.org/alpine/aports
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
This readme, abuilds and support scripts are licensed under MIT License.
|