forked from devuan/amprolla3
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
516 B
24 lines
516 B
6 years ago
|
amprolla
|
||
|
========
|
||
|
|
||
|
amprolla is an apt repository merger originally intended for use with
|
||
|
the [Devuan](https://devuan.org) infrastructure. This version is the
|
||
|
third iteration of the software. The original version of amprolla was
|
||
|
not performing well in terms of speed, and the second version was never
|
||
|
finished - therefore this version has emerged.
|
||
|
|
||
|
Dependencies
|
||
|
------------
|
||
|
|
||
|
### Devuan
|
||
|
|
||
|
```
|
||
|
gnupg2 python3-requests, python3-gnupg
|
||
|
```
|
||
|
|
||
|
### Gentoo:
|
||
|
|
||
|
```
|
||
|
app-crypt/gnupg dev-python/requests dev-python/python-gnupg
|
||
|
```
|