flatpak repo

pull/15/head
Ubuntu 6 years ago
parent 92bf1357f5
commit 79dddc1ac7

Binary file not shown.

@ -0,0 +1,29 @@
{
"id" : "com.github.miguelmota.Cointop",
"runtime" : "org.freedesktop.Platform",
"runtime-version" : "1.6",
"runtime-commit" : "00f1ad6848905e10452e96aee032d76bd8f9225334fa8129a8ac0a6d25d901ae",
"sdk" : "org.freedesktop.Sdk",
"sdk-commit" : "5723623299f09eced81c02287cb857447d3b1b6ede806f572b18be8f2a049ca9",
"command" : "cointop",
"modules" : [
{
"name" : "cointop",
"buildsystem" : "simple",
"sources" : [
{
"url" : "https://github.com/miguelmota/cointop.git",
"commit" : "92bf1357f534969098aec2aae0ca5bd1e3759587",
"type" : "git"
}
],
"build-commands" : [
"install -D bin/linux/cointop /app/bin/cointop"
]
}
],
"finish-args" : [
"--filesystem=home",
"--share=network"
]
}

@ -0,0 +1,9 @@
[Application]
name=com.github.miguelmota.Cointop
runtime=org.freedesktop.Platform/x86_64/1.6
sdk=org.freedesktop.Sdk/x86_64/1.6
command=cointop
[Context]
shared=network;
filesystems=home;

@ -0,0 +1,2 @@
#!/bin/sh
echo "Hello world, from a sandbox"

@ -0,0 +1,9 @@
[core]
repo_version=1
mode=archive-z2
[remote "cointop"]
gpg-verify=false
gpg-verify-summary=false
url=https://cointop.sh/cointop.flatpakrepo

@ -0,0 +1 @@
842ad92891c7a5ffd556226631bb7c0fdeeee18fc2363cd81f6297a66b42cd63

@ -0,0 +1 @@
78510476a2b87f1d8cd83a6ed3899061caac406c71bc0494d1ef3915a5696d59

Binary file not shown.
Loading…
Cancel
Save