mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
32 lines
950 B
XML
32 lines
950 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://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="gpt">
|
|
Add GPT support
|
|
</flag>
|
|
<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>
|