iports/README.md

63 lines
1.9 KiB
Markdown
Raw Normal View History

2024-08-09 22:40:23 -04:00
# iports
2024-09-10 11:29:07 -04:00
Upstream: https://forge.ilot.io/ilot/iports
2024-07-05 16:09:11 -04:00
## Description
This repository contains aports that are not yet merged in the official Alpine
Linux repository or dont adhere to Alpine polices. Packages are automatically
2024-09-10 11:29:07 -04:00
built using CI. Once built, they are deployed to a Forgejo-backed Alpine
repository.
2024-07-05 16:09:11 -04:00
2024-09-10 11:29:07 -04:00
Branches are matched to Alpine latest released.
2024-07-05 16:09:11 -04:00
## Repositories
2024-09-10 11:29:07 -04:00
You can browse all the repositories at https://forge.ilot.io/ilot/iports/packages
2024-07-05 16:09:11 -04:00
Affixed to each repository description is the appropriate link for use in
`/etc/apk/repositories`.
#### Backports
```
2024-09-10 11:29:07 -04:00
https://forge.ilot.io/api/packages/ilot/alpine/v3.20/backports
2024-07-05 16:09:11 -04:00
```
Aports from the official Alpine repositories backported from edge.
2024-08-09 22:40:23 -04:00
#### Ilot
2024-07-05 16:09:11 -04:00
```
2024-09-10 11:29:07 -04:00
https://forge.ilot.io/api/packages/ilot/alpine/v3.20/backports
2024-07-05 16:09:11 -04:00
```
Aports that have yet to be (or may never be) upstreamed to the official
2024-08-09 22:40:23 -04:00
aports and that are used by ilot coop.
2024-07-05 16:09:11 -04:00
## How to use
2024-09-10 11:29:07 -04:00
Add security key of the apk repository to your /etc/apk/keys:
2024-07-05 16:09:11 -04:00
```shell
cd /etc/apk/keys
2024-09-10 11:29:07 -04:00
curl -JO https://forge.ilot.io/api/packages/ilot/alpine/key
2024-07-05 16:09:11 -04: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-09-10 11:29:07 -04:00
you can do so on Forge here:
https://forge.ilot.io/ilot/iports/issues
2024-07-05 16:09:11 -04:00
2024-08-09 22:40:23 -04:00
For packages that are in backports, bug reports and merge requests
2024-07-05 16:09:11 -04: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.