mirror of
https://github.com/miguelmota/cointop
synced 2024-11-05 00:00:14 +00:00
add flathub files
This commit is contained in:
parent
4454d462c4
commit
e9e480aab9
44
flathub/com.github.miguelmota.Cointop.appdata.xml
Normal file
44
flathub/com.github.miguelmota.Cointop.appdata.xml
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<component type="desktop">
|
||||||
|
<id>com.github.miguelmota.Cointop.desktop</id>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<project_license>Apache 2.0</project_license>
|
||||||
|
<name>Cointop</name>
|
||||||
|
<summary>Terminal based application for tracking cryptocurrencies</summary>
|
||||||
|
<description>
|
||||||
|
<p>
|
||||||
|
Cointop is a fast and lightweight interactive terminal based UI application for tracking and monitoring cryptocurrency coin stats in real-time.
|
||||||
|
</p>
|
||||||
|
</description>
|
||||||
|
<screenshots>
|
||||||
|
<screenshot type="default">
|
||||||
|
<image>https://user-images.githubusercontent.com/168240/39569578-7ce9f3b6-4e7a-11e8-82a9-8a18b91b1bd5.png</image>
|
||||||
|
</screenshot>
|
||||||
|
</screenshots>
|
||||||
|
<url type="homepage">https://cointop.sh/</url>
|
||||||
|
<releases>
|
||||||
|
<release version="0.0.4" date="2018-05-11"/>
|
||||||
|
</releases>
|
||||||
|
<content_rating type="oars-1.0">
|
||||||
|
<content_attribute id="violence-cartoon">none</content_attribute>
|
||||||
|
<content_attribute id="violence-fantasy">none</content_attribute>
|
||||||
|
<content_attribute id="violence-realistic">none</content_attribute>
|
||||||
|
<content_attribute id="violence-bloodshed">none</content_attribute>
|
||||||
|
<content_attribute id="violence-sexual">none</content_attribute>
|
||||||
|
<content_attribute id="drugs-alcohol">none</content_attribute>
|
||||||
|
<content_attribute id="drugs-narcotics">none</content_attribute>
|
||||||
|
<content_attribute id="drugs-tobacco">none</content_attribute>
|
||||||
|
<content_attribute id="sex-nudity">none</content_attribute>
|
||||||
|
<content_attribute id="sex-themes">none</content_attribute>
|
||||||
|
<content_attribute id="language-profanity">none</content_attribute>
|
||||||
|
<content_attribute id="language-humor">none</content_attribute>
|
||||||
|
<content_attribute id="language-discrimination">none</content_attribute>
|
||||||
|
<content_attribute id="social-chat">none</content_attribute>
|
||||||
|
<content_attribute id="social-info">none</content_attribute>
|
||||||
|
<content_attribute id="social-audio">none</content_attribute>
|
||||||
|
<content_attribute id="social-location">none</content_attribute>
|
||||||
|
<content_attribute id="social-contacts">none</content_attribute>
|
||||||
|
<content_attribute id="money-purchasing">none</content_attribute>
|
||||||
|
<content_attribute id="money-gambling">none</content_attribute>
|
||||||
|
</content_rating>
|
||||||
|
</component>
|
@ -45,6 +45,7 @@
|
|||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
"only-arches": ["x86_64", "i386"],
|
||||||
"url": "https://github.com/miguelmota/cointop.git",
|
"url": "https://github.com/miguelmota/cointop.git",
|
||||||
"commit": "70748c8e665e2608cdf88af91a180bcfd97dfcb1",
|
"commit": "70748c8e665e2608cdf88af91a180bcfd97dfcb1",
|
||||||
"dest": "go/src/github.com/miguelmota/cointop"
|
"dest": "go/src/github.com/miguelmota/cointop"
|
||||||
@ -57,4 +58,4 @@
|
|||||||
"--filesystem=host",
|
"--filesystem=host",
|
||||||
"--share=network"
|
"--share=network"
|
||||||
]
|
]
|
||||||
}
|
}
|
3
flathub/flathub.json
Normal file
3
flathub/flathub.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"only-arches": ["x86_64", "i386"]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user