diff --git a/.flathub/com.github.miguelmota.Cointop.appdata.xml b/.flathub/com.github.miguelmota.Cointop.appdata.xml deleted file mode 100644 index 6d9f501..0000000 --- a/.flathub/com.github.miguelmota.Cointop.appdata.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - com.github.miguelmota.Cointop.desktop - CC0-1.0 - Apache-2.0 - Cointop - Terminal based application for tracking cryptocurrencies - -

- Cointop is a fast and lightweight interactive terminal based UI application for tracking and monitoring cryptocurrency coin stats in real-time. -

-
- - - https://user-images.githubusercontent.com/168240/39569578-7ce9f3b6-4e7a-11e8-82a9-8a18b91b1bd5.png - - - https://cointop.sh/ - - - - - none - none - none - none - none - none - none - none - none - none - none - none - none - none - none - none - none - none - none - none - - - Utility - -
diff --git a/.flathub/com.github.miguelmota.Cointop.desktop b/.flathub/com.github.miguelmota.Cointop.desktop deleted file mode 100644 index 441b279..0000000 --- a/.flathub/com.github.miguelmota.Cointop.desktop +++ /dev/null @@ -1,6 +0,0 @@ -[Desktop Entry] -Name=Cointop -Exec=cointop -Type=Application -Icon=com.github.miguelmota.Cointop -Terminal=true diff --git a/.flathub/com.github.miguelmota.Cointop.json b/.flathub/com.github.miguelmota.Cointop.json deleted file mode 100644 index c0e35e8..0000000 --- a/.flathub/com.github.miguelmota.Cointop.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "app-id": "com.github.miguelmota.Cointop", - "runtime": "org.freedesktop.Platform", - "runtime-version": "19.08", - "sdk": "org.freedesktop.Sdk", - "sdk-extensions": [ - "org.freedesktop.Sdk.Extension.golang" - ], - "command": "cointop", - "finish-args": [ - "--share=network" - ], - "cleanup": [ - "/go", - "/bin/scripts" - ], - "modules": [ - { - "name": "scripts", - "sources": [ - { - "type": "script", - "commands": [ - ". /usr/lib/sdk/golang/enable.sh; export GOPATH=/app/go" - ], - "dest-filename": "my_enable.sh" - }, - { - "type": "script", - "commands": [ - ". /app/bin/scripts/my_enable.sh; cd /app/go/src/$1; GO111MODULE=off go build -o x" - ], - "dest-filename": "build.sh" - } - ], - "buildsystem": "simple", - "build-commands": [ - "mkdir -p /app/go/{src,pkg,bin}", - "install -d /app/bin/scripts", - "cp *.sh /app/bin/scripts/" - ] - }, - { - "name": "cointop", - "buildsystem": "simple", - "build-commands": [ - "cp -rpv go/* /app/go/", - "/app/bin/scripts/build.sh github.com/miguelmota/cointop", - "install -D /app/go/src/github.com/miguelmota/cointop/x /app/bin/cointop", - "mkdir -p /app/share/icons/hicolor/64x64/apps", - "mkdir -p /app/share/icons/hicolor/128x128/apps", - "mkdir -p /app/share/applications", - "mkdir -p /app/share/metainfo", - "cp /app/go/src/github.com/miguelmota/cointop/assets/icon_64x64.png /app/share/icons/hicolor/64x64/apps/com.github.miguelmota.Cointop.png", - "cp /app/go/src/github.com/miguelmota/cointop/assets/icon_128x128.png /app/share/icons/hicolor/128x128/apps/com.github.miguelmota.Cointop.png", - "cp /app/go/src/github.com/miguelmota/cointop/.flathub/com.github.miguelmota.Cointop.appdata.xml /app/share/metainfo/com.github.miguelmota.Cointop.appdata.xml", - "cp /app/go/src/github.com/miguelmota/cointop/.flathub/com.github.miguelmota.Cointop.desktop /app/share/applications/com.github.miguelmota.Cointop.desktop" - ], - "sources": [ - { - "type": "archive", - "url": "https://github.com/miguelmota/cointop/archive/1.4.3.tar.gz", - "sha256": "842b11703e4e8c825c7d0e3d167c018f44b555d9bde467a1f57be4aba7ba8606", - "dest": "go/src/github.com/miguelmota/cointop" - } - ] - } - ] -} \ No newline at end of file