Merging upstream version 3.5.5 (Closes: #1098233).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c86ae7dcba
commit
6af28b7e8e
144 changed files with 43534 additions and 11497 deletions
17
distro/README.md
Normal file
17
distro/README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# upstream packaging
|
||||
|
||||
This directory contains upstream packaging sources in apkg format.
|
||||
|
||||
apkg tool can be used to build packages directly from this source repo.
|
||||
|
||||
See apkg docs: https://pkg.labs.nic.cz/pages/apkg/
|
||||
|
||||
|
||||
## RPM-based system (Fedora, CentOS, SUSE, ...) quickstart
|
||||
|
||||
```
|
||||
sudo dnf install -y git rpm-build python3-pip
|
||||
pip3 install apkg
|
||||
|
||||
apkg build -b
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue