mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
Used to update the firmware on the pinecil: https://wiki.pine64.org/wiki/Pinecil Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
20 lines
477 B
XML
20 lines
477 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>mjo@gentoo.org</email>
|
|
<name>Michael Orlitzky</name>
|
|
</maintainer>
|
|
|
|
<upstream>
|
|
<remote-id type="github">pine64/blisp</remote-id>
|
|
</upstream>
|
|
|
|
<use>
|
|
<flag name="tools">
|
|
Build the blisp command-line utility used to upload firmware to
|
|
the pinecil
|
|
</flag>
|
|
</use>
|
|
</pkgmetadata>
|