pacotes.eletrotupi.com

ref: master

./README.md


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# pacotes.eletrotupi.com

Here lies all [Alpine Linux](https://alpinelinux.org) packages used across all
eletrotupi's fleet. Also it add packages and patched versions of packages which
are not packaged in upstream Alpine.

All packages are available here:

https://pacotes.eletrotupi.com/pkgs/

## Installing

Pull in the public key used to sign the packages directly from the package
repository.

`curl -L https://pacotes.eletrotupi.com/alpine@eletrotupi.rsa.pub | doas tee
/etc/apk/keys/alpine@eletrotupi.rsa.pub`.

Then, edit your repositories file, adding our repository at the top and lastly
update the index using `apk update`.

## License

All APKBUILD for packages are under MIT (check [LICENSE](/LICENSE)) and every
package are under it's own licenses.