aboutsummaryrefslogtreecommitdiff
blob: 699bca6b9d3f24cb9486a856e8489c119114a558 (plain)
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
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>kurt@kmk-computers.de</email>
    <name>Kurt Kanzenbach</name>
  </maintainer>
  <longdescription lang="en">
    RAUC is a lightweight update client that runs on your Embedded Linux device
    and reliably controls the procedure of updating your device with a new
    firmware revision. RAUC is also the tool on your host system that lets you
    create, inspect and modify update artifacts for your device.
  </longdescription>
  <use>
    <flag name="json">
      Add JSON support
    </flag>
    <flag name="network">
      Add network update support
    </flag>
    <flag name="service">
      Add dbus service
    </flag>
  </use>
  <upstream>
    <remote-id type="github">rauc/rauc</remote-id>
  </upstream>
</pkgmetadata>