File: README.md

package info (click to toggle)
libnetconf2 4.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,600 kB
  • sloc: ansic: 37,460; xml: 437; sh: 49; makefile: 20
file content (17 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
```