-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorg.lbry.cli.metainfo.xml
More file actions
26 lines (26 loc) · 1.01 KB
/
org.lbry.cli.metainfo.xml
File metadata and controls
26 lines (26 loc) · 1.01 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2025 LBRY Foundation -->
<component type="console-application">
<id>org.lbry.cli</id>
<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
<name>LBRY CLI</name>
<summary>LBRY Command Line Interface</summary>
<developer id="org.lbry">
<name>LBRY Foundation</name>
</developer>
<description><p>The LBRY Command Line Interface (CLI) to interact with the LBRY Daemon.</p></description>
<provides>
<binary>lbry-cli</binary>
</provides>
<project_group>LBRY</project_group>
<url type="bugtracker">https://github.com/LBRYFoundation/lbry-cli/issues</url>
<url type="homepage">https://lbry.org</url>
<url type="donation">https://lbry.org/#donate</url>
<url type="vcs-browser">https://github.com/LBRYFoundation/lbry-cli</url>
<requires>
<control>keyboard</control>
</requires>
<content_rating type="oars-1.0"/>
<releases/>
</component>