File: org.electrum.electrum.metainfo.xml

package info (click to toggle)
electrum 4.3.4%2Bdfsg1-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 20,316 kB
  • sloc: python: 75,723; sh: 686; java: 73; xml: 16; makefile: 16
file content (22 lines) | stat: -rw-r--r-- 755 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2013 Soren Stoutner <soren@stoutner.com> -->
<component type="desktop-application">
  <id>org.electrum.electrum</id>

  <name>Electrum</name>
  <summary>Bitcoin Wallet</summary>

  <metadata_license>MIT</metadata_license>
  <project_license>MIT</project_license>

  <description>
    <p>
      Electrum is a lightweight Bitcoin wallet focused is speed, with low resource usage and simplifying Bitcoin.
      Startup times are instant because it operates in conjunction with high-performance servers that handle the most complicated parts of the Bitcoin system.
    </p>
  </description>

  <launchable type="desktop-id">electrum.desktop</launchable>

  <content_rating type="oars-1.1" />
</component>